What are the three main forms of enabling debugging in a
shell script?
Answer Posted / learner
set -x
set -v
set -n
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the conditional statement in shell scripting?
What is the meaning of $1 in shell script?
how to get part of string variable with echo command only?
How do I stop script errors?
What is awk in shell scripting?
Is powershell a bash?
What is the purpose of scripting?
How do I run a script on mac?
What is a scripting language simple definition?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
How does path variable work?
What is the difference between bash and shell?
What is the use of echo in shell script?
What are the types of script?
Write a shell script to get current date, time, user name and current working directory.