If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I am using: ksh -nx ./test_IT.sh to debug my script. It returns a line that says '' ' is not expected. 403-057 Syntax error at line 32: ".
Then is use VI to look at the script. Is there anyway I can set some option so I can see which line is line # 32. I have a lot of 'echo' statements in my script so it is very difficult to tell which line it is pointing to.
I am using: ksh -nx ./test_IT.sh to debug my script. It returns a line that says '' ' is not expected. 403-057 Syntax error at line 32: ".
Then is use VI to look at the script. Is there anyway I can set some option so I can see which line is line # 32. I have a lot of 'echo' statements in my script so it is very difficult to tell which line it is pointing to.
THanks!
In vi, type colon ( : ) and the line number. The cursor will go to that line.
__________________
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb