What are the three main forms of enabling debugging in a
shell script?
Answer Posted / anchal
set -vx
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What happens on a system call?
What command needs to be used to take the backup?
Is shell scripting a language?
How important is shell scripting?
What does chmod do?
Explain about shebang?
What is shell and terminal?
How does path variable work?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
What is bash coding?
What is c in shell script?
What are the default permissions of a file when it is created?
How would you compare the strings in a shell script?
What are script files?
How will you find the 99th line of a file using only tail and head command?