|
@@ -21,7 +21,7 @@ often used in shell scripts to evaluate conditions, but is more often
|
|
encountered in the form of <command>[ condition ]</command>. These brackets
|
|
encountered in the form of <command>[ condition ]</command>. These brackets
|
|
are built into the bash interpreter, but the FHS dictates that there should be a
|
|
are built into the bash interpreter, but the FHS dictates that there should be a
|
|
<filename>[</filename> binary. We create that in this way, while still in the
|
|
<filename>[</filename> binary. We create that in this way, while still in the
|
|
-<filename>/usr/bin</filename> directory:</para>
|
|
|
|
|
|
+<filename>/bin</filename> directory:</para>
|
|
|
|
|
|
<para><screen><userinput>cd /bin &&
|
|
<para><screen><userinput>cd /bin &&
|
|
ln -sf test [</userinput></screen></para>
|
|
ln -sf test [</userinput></screen></para>
|