Answers for "single line comment in shell script"

0

multi line comment in shell script

# Multi Line Comment
: '
This is a
very neat comment
in bash
'
Posted by: Guest on May-02-2020
0

single line comment in shell script

# This is a Bash Single Line Comment.
echo "This is Code" # This is an inline Bash comment.
Posted by: Guest on May-02-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language