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
How will you copy a file from one machine to other?
Write a command sequence to find the count of each word?
How to print all the arguments provided to the script?
What is $1 in shell scripting?
What are the different types of shell scripting?
What is the significance of the shebang line in shell scripting?
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.
How will you connect to a database server from linux?
Is shell scripting difficult?
What is the syntax of while loop in shell scripting?
Give some situations where typing error can destroy a program?
How can you get the value of pi till a 100 decimal places?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
What is an sh file?
What are the default permissions of a file when it is created?