Wednesday, 12 February 2014

Commenting out a set of lines in a shell script

Commenting out a set of lines in a shell script



1.unix - Commenting out a set of lines in a shell script ...

Description:I was wondering if there is a way to comment out a set of
lines in a shell script. How could I do that? We can use /* */ in other
programming languages.



2.Shell script put multiple line comment

Description:By default shell script can be commented out prefixing #
character ... I have this script and I need to comment out the lines 6, 7
... Bash Shell Loop Over Set of ...



3.SHELLdorado - Shell Tips & Tricks (Programmer)

Description:"comment out" code blocks Level: Script Programmer: Submitted
by: ??? URL: none: One line of shell code can be "commented out" using the
"#" character.



4.Multi-Line Comments in Shell Script - Cynosure.X International

Description:So to comment out the ... I got the bright idea of comment out
multi-line shell script source codes by ... with any amount of lines: echo
"hello worlds" comment "this ...



5.bash/shell script comment multiple lines of code | Sany's ...

Description:17-12-2011 · Recently I got to know about how to comment
multiple lines in shell/bash scripts. ... The out put we can get after
executing script test.sh is shown below: a.



6.Commenting lines | Unix Linux Forums | UNIX for Dummies ...

Description:Shell scripts are read a single command at a time so you can't
block comment. You'll have to put a # in front of each line. Carl



7.how to comment multiple lines in unix | Unix Linux Forums ...

Description:... please help me how to comment multiple lines in unix
script. thanks in ... Shell Programming and Scripting Post questions ...
Hi Bali, Try this out.: ...



8.Commenting out a range of lines - Vim Tips Wiki

Description:It's very common to need to comment out a range of lines,
let's say in a shell script. ... first line and set a mark ... can also be
used to comment out lines.



9.Flying UNIX: Commenting out a block of lines in a script

Description:21-10-2005 · Commenting out a block of lines in a script ...
to comment out lines that are not meant to be interpreted by the shell in
a shell script. ... set …



10.Commenting multiple lines in a shell script using vi/vim ...

Description:A text editor like vi or vim can be used to comment multiple
lines in a shell script ... set nu can be used to view line ... Commenting
all lines in a script/file

No comments:

Post a Comment