You could also try putting set -xv at the beginning of your script. This gives you a lot of output though. I usually just put marker echo commands so that I have a reference as to where I am in the script.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of countersync Sent: April 29, 2002 6:04 AM To: [EMAIL PROTECTED] Subject: Re: R: ERROR: "invalid mask `root' specified" On Monday 29 April 2002 10:48, you wrote: > > Run the script line by line, that will show which specific > > command generates > > the error. The email that line here and people will be able > > to help you > > out. > > How do I get the script to run line-after-line? You either add echo's after each command and see where they stop showing up, or run manually line by line. There may/may not be a better way.
