Peter Manton :: Tech Notes
Pages
(Move to ...)
Home
▼
Wednesday, 19 September 2018
Using the trace option with the bash shell
Until recently I wasn't aware bash has inbuilt tracing capabilities - which can really help when attempting to troubleshoot a script that is breaking.
Simply add the '-x' switch - for example:
/bin/bash -x /path/to/script.sh
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment