![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Assigning inside for loop | thana | Shell Programming and Scripting | 2 | 07-25-2008 02:01 AM |
| reading from within the loop --std i/p problem | mobydick | Shell Programming and Scripting | 2 | 07-11-2008 05:42 PM |
| remsh inside of while loop | joettacm | UNIX for Advanced & Expert Users | 1 | 12-07-2007 08:54 AM |
| rsh script with inside a for loop | trekianov | Shell Programming and Scripting | 4 | 01-20-2006 05:54 AM |
| reading filenames inside a program | j_t_kim | UNIX for Dummies Questions & Answers | 5 | 04-04-2002 11:13 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
problem in reading inside a while loop
I am not able to read inside a while though i get the message "inside read" the cursor doesnt prompt from the console
cat file | while read ln_new_engine_dirs do echo "inside $ln_new_engine_dirs" if [ "$ln_new_engine_dirs" != "" ] then read nn echo "inside read" fi done Thanks in advance |
| Forum Sponsor | ||
|
|