How can shell scripts be debugged in Unix?
A user when programming in shell may face an error. The user can make use of the -v and -x option with sh or bash command to debug the shell script.
The syntax format of using the option is:
A user when programming in shell may face an error. The user can make use of the -v and -x option with sh or bash command to debug the shell script.
The syntax format of using the option is:
Post a Comment