My awl - SHELL - Troubleshoot the Bash

technonotes-hacker - Mar 3 - - Dev Community

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

v --> Verbose
x --> Debugging

set -vx

Image description

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .