When debugging a shell script, which option can be used with the bash command to enable debugging output?

  • #NAME?
  • #NAME?
  • #NAME?
  • #NAME?
When debugging a shell script, you can use the -x option with the bash command to enable debugging output. This option displays each command as it is executed, making it useful for identifying issues and understanding the script's execution flow.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *