Answer Posted / vipul dalwala
To comment multiple lines U can use
: '
comment1
comment2
comment3
'
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How would you compare the strings in a shell script?
How will you print the login names of all users on a system?
What are the default permissions of a file when it is created?
How do I open a jshell in cmd?
What is a command line shell?
What is awk script?
What exactly is a shell?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
What is difference between bash and shell?
What is meant by $1 in shell script?
shell script for reverse the string
What are the disadvantages of shell scripting?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
How do we delete all blank lines in a file?
What will happen to my current process when I execute a command using exec?