Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

multiline comment in bash

# Just do something like this for multiple line comment

: 'I am the first line and
   the second line and 
   the third line here
   '
# Don't forget the : sign
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #multiline #comment #bash
ADD COMMENT
Topic
Name
4+6 =