Tag Archives: debug

Include Line Numbers to bash set-x debug output

There are times you need to view the line numbers in a bash script to view script execution. Within bash ‘set -x’ either at the shell, or within the bash script will display debug output. To include line numbers you … Continue reading

Posted in Command Line FU | Tagged , | Leave a comment