DEV Community

technonotes-hacker
technonotes-hacker

Posted on

My awl - SHELL - Troubleshoot the Bash

To debug the shell script , you can use the below command.

v --> Verbose
x --> Debugging

set -vx

Image description

Top comments (0)