What are the three main forms of enabling debugging in a
shell script?
Answer Posted / visitor
sh -x
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the conditional statement in shell scripting?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
What is meant by $1 in shell script?
What are the 3 standard streams in linux?
What happens on a system call?
What does $0 mean in shell script?
What is gui scripting?
How will you print the login names of all users on a system?
Is shell scripting difficult?
Tell something about the super block in shell scripting?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
determine the output of the following command: echo ${new:-variable}
What are the two files of crontab command?
What is the difference between grep and egrep?