bulk rename pod1 > pod2 needed

Matt Graham danceswithcrows at usa.net
Tue Feb 17 12:38:20 MST 2009


From: Stephen P Rufle <stephen.p.rufle at cox.net>
> Is there a way to single step bash script to inspect what is going on?

When I need copious debugging output from a bash script, I put "set -x"
at the top of the file.  When I need to check the syntax for a script,
I do "sh -n file.sh".  Someone else already pointed out chapter 29 of
the bash scripting guide, which also has other bash debugging ideas.

-- 
Matt G / Dances With Crows
The Crow202 Blog:  http://crow202.org/wordpress/
There is no Darkness in Eternity/But only Light too dim for us to see




More information about the PLUG-discuss mailing list