![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Getting error "syntax error at line 78 : `<' unmatched" | sshah1001 | Shell Programming and Scripting | 1 | 05-08-2008 06:41 PM |
| "syntax error at line 21 :'done' unexpected." error message" | ibroxy | Shell Programming and Scripting | 3 | 08-08-2007 07:45 AM |
| I got error like...syntax error on line 1, teletype | koti_rama | UNIX for Advanced & Expert Users | 2 | 07-07-2007 08:35 PM |
| 0403-057 Syntax error at line 70. pls help | OMONI | UNIX for Dummies Questions & Answers | 2 | 07-20-2005 05:37 AM |
| Line Error | dreams5617 | Shell Programming and Scripting | 1 | 12-15-2004 10:29 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
error line?
The file access permissions do not allow the specified action.
CONFIG_FILE_CREATION.sh[7]: -x: 0403-005 Cannot create the specified file. hi . seeing above how can we determine the number of line where error has occured? expr: 0402-050 Syntax error. i am getting above error also. what is the line number and what is the possible error? |
|
||||
|
Vino:
What about this line
expr: 0402-050 Syntax error. I guess following code is giving this error exec 3<&0 exec 0<$SQL_RESULT_FILE count=1 while read line do if [ $count = 4 ] then BOUND=$line break fi count=`expr $count + 1` done exec 0<&3 rm -rf ${SQL_RESULT_FILE} BOUND=`expr $BOUND + 3` |
|
||||
|
Please check above the updated code lines. i really dont see any problem in expr
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|