DEV Community

Discussion on: What are your preferred bash aliases?

Collapse
 
jrbrtsn profile image
John Robertson

The next time you are debugging a bash script, give this one a try:

PS4='+ $BASH_SOURCE:$LINENO '
set -xv
Enter fullscreen mode Exit fullscreen mode