84
Shell Scripting Comments
Any line starting with a hash (#) becomes comment. Comment means, that line will not take part in script execution. It will not show up in the output.
Look at the above snapshot, lines after the # are commented.
Look at the above snapshot, commented lines are not displayed in the output.
Next TopicShell Scripting Variables