From bd3635d0d88cfa6834c7eb7b0db20423d58bd8be Mon Sep 17 00:00:00 2001 From: franl <> Date: Sun, 8 Feb 2004 00:56:34 +0000 Subject: [PATCH] Added some "UNDER CONSTRUCTION" comments to the sections that are not yet complete. --- .../docbook/Bash-Scripting-Introduction-HOWTO.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/LDP/howto/docbook/Bash-Scripting-Introduction-HOWTO.xml b/LDP/howto/docbook/Bash-Scripting-Introduction-HOWTO.xml index 53f5a08e..57594cba 100644 --- a/LDP/howto/docbook/Bash-Scripting-Introduction-HOWTO.xml +++ b/LDP/howto/docbook/Bash-Scripting-Introduction-HOWTO.xml @@ -1582,18 +1582,26 @@ echo "The first command exitted with status $STATUS." The <computeroutput><command>test</command></computeroutput> Command + + *** UNDER CONSTRUCTION *** If Statements + + *** UNDER CONSTRUCTION *** The <computeroutput>&&</computeroutput> Operator + + *** UNDER CONSTRUCTION *** The <computeroutput>||</computeroutput> Operator + + *** UNDER CONSTRUCTION *** @@ -1604,10 +1612,14 @@ echo "The first command exitted with status $STATUS." While and Until Loops + + *** UNDER CONSTRUCTION *** For Loops + + *** UNDER CONSTRUCTION ***