Rus,
  Thanks!

Bob

Rus Foster wrote:
Hi,
  I am trying to learn a little more about the bash shell so I can figure
out some of the script files that I see all the time.  Is there a way to
run bash scripts or a single line of a script in an interactive mode from
the command line and echo the output back to the shell so I can work along
with some of the commands?



Try changing the top line to

#!/bin/bash -x

This puts script into debug mode

Rgds

Rus


--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to