[Abcde-users] Custom Command Output to Output DIR/Folder

Roger rogerx.oss at gmail.com
Wed May 15 07:07:52 BST 2013


>I'll "set -x" and try probing variable outputs there.

Oops.  For historical reasons, the proper Bash debug command are the following.  
:-/

Turns on debugging
$ set -o xtrace

Turns off debugging
$ set +o xtrace

Best to turn this option on within the target script versus just within the 
shell.  Can also turn this option on further within a script to target just one 
section of a script. ;-)

-- 
Roger
http://rogerx.freeshell.org/



More information about the Abcde-users mailing list