From 5d087d0562da89314b1641087a4448bcbe401931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Tue, 16 Oct 2012 11:01:49 +0000 Subject: [PATCH] - added precisions on Bourne-Shell --- html/tutorial/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/html/tutorial/index.html b/html/tutorial/index.html index ba8fd57a..ba181213 100644 --- a/html/tutorial/index.html +++ b/html/tutorial/index.html @@ -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> <div class="terminal"> -$ setenv CWD `pwd` +$ setenv CWD `pwd` </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> Now you can go back to any of the tutorials: -- GitLab