[NTLUG:Discuss] what is ":bad option"?

Cameron hrothgar at endor.hsutx.edu
Fri Jul 21 00:38:29 CDT 2000


* sjbaker1 at airmail.net [2000.07.21 00:26]:
: Perhaps BASH can do something similar...dunno - I don't really
: like BASH.
: -- 
: Steve Baker   HomeEmail: <sjbaker1 at airmail.net>

well, i like bash ;), and it is possible.  either pass "-x" as a
parameter on the first line like:

  #!/bin/bash -x

or use set:

  set -x

you can turn it off by:

  set +x

hope this helps...
--
cameron




More information about the Discuss mailing list