til

#TIL : BASH tracing commands

I learned on 2017-09-27 about bash, shell, sysadmin

Thank Hiro Ishii for teaching me this

set -x will print all running commands in your bash script

So I dove in and look for all set options of BASH.

And this is what I got , http://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html

Enjoyed this?

Leave a kudo — it means a lot.

0