Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5d087d05 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- added precisions on Bourne-Shell

parent 7959dd0f
No related branches found
No related tags found
No related merge requests found
...@@ -147,9 +147,10 @@ $ rm */results/* ...@@ -147,9 +147,10 @@ $ rm */results/*
<p>The goal of this tutorial is only to help you realize the possibilities of the Alignment <abbr>API</abbr> and implementation. It can be played by invoking each command line from the command-line interpreter. In this example we use the <tt>tcsh</tt> syntax but the main specific syntax is the first one:</p> <p>The goal of this tutorial is only to help you realize the possibilities of the Alignment <abbr>API</abbr> and implementation. It can be played by invoking each command line from the command-line interpreter. In this example we use the <tt>tcsh</tt> syntax but the main specific syntax is the first one:</p>
<div class="terminal"> <div class="terminal">
$ setenv CWD `pwd` $ setenv CWD `pwd`
</div> </div>
<p>which puts in variable <tt>$CWD</tt> the name of the current directory.</p> <p>which puts in variable <tt>$CWD</tt> the name of the current
directory (for these using Bourne shell instead of C-shell, this is <tt>CWD=`pwd`</tt>).</p>
<p> <p>
Now you can go back to any of the tutorials: Now you can go back to any of the tutorials:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment