Results 1 to 2 of 2
Hi,
In perl script we can debug script--- command perl -w file.pl
So any one have idea for debugging command for shell script ?
Thank you...
- 08-26-2008 #1Just Joined!
- Join Date
- Jun 2007
- Location
- Riyadh Saudi-Arabia
- Posts
- 32
How to debugg shell script
Hi,
In perl script we can debug script--- command perl -w file.pl
So any one have idea for debugging command for shell script ?
Thank you
- 08-26-2008 #2
I think you need to use set -x
check here
How to debug a Shell Script under Linux or UNIX- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------


Reply With Quote