> 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
-- 
w: http://www.jvds.com  | Linux + FreeBSD VDS's from $15/mo
e: [EMAIL PROTECTED]        | Totally Customizable Technology
t: 07919 373537         | General FreeBSD Forums:
10% donation to FreeBSD | http://forums.jvds.com/viewforum.php?f=7



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

Reply via email to