![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem with while loop in shell script | rkrgarlapati | Shell Programming and Scripting | 20 | 02-02-2009 03:13 AM |
| Help with ELIF statement | Brewer27 | UNIX for Dummies Questions & Answers | 4 | 05-18-2008 08:02 PM |
| If..elif..else...fi | Rock | Shell Programming and Scripting | 2 | 02-08-2007 06:32 AM |
| elif not expected | pv0428 | Shell Programming and Scripting | 9 | 07-28-2005 05:38 AM |
| Shell Script loop problem | MaxMouse | Shell Programming and Scripting | 1 | 07-26-2005 04:19 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
have a problem with if elif loop .. plz help me with the script
count2=0
var2=NOT if [ $count2 -eq 0 ] then echo"Loop1" command="egrep ',$var1," if [ "$var2" = "OR" ] then echo "the command is OR" command=$command"|,$var3," echo "$command" elif [ "$var2 = "AND" ] then command=$command"| egrep ',$var3," else echo "the command is NOT" command=$command"| egrep -v ',$var3," echo "$command" fi else echo "Loop2" fi I m getting the error 'end of file' unexpected and not able to proceed further.. Plz help me with this. Teh script and the syntax looks fine to me... But dunno where the mistake is ![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|