Open main menu

Changes

78 bytes added ,  12:49, 1 October 2014
link to manual
fi
</source>
is equivalent to
<source lang="bash">
if EXPR
</source>
Note: sometimes you want to comment out a section of an if/else block, or maybe it does nothing at all. In this case, you'll get an error. To avoid the error, you can use the [http://www.gnu.org/software/bash/manual/html_node/Bourne-Shell-Builtins.html bash built-in ] <code>:</code> (colon command)
<pre>
4,558

edits