![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Create a script using DATE command? | thecoffeeguy | Shell Programming and Scripting | 1 | 05-15-2008 03:33 PM |
| trying to create a script to read a flie and loop a command... | Italy87 | UNIX Desktop for Dummies Questions & Answers | 5 | 03-26-2008 04:36 AM |
| script to count a word in a flie | sipmohan | UNIX for Dummies Questions & Answers | 3 | 02-21-2008 11:39 PM |
| ls while read loop - internal read picking up wrong input | dkieran | Shell Programming and Scripting | 2 | 05-14-2007 12:02 PM |
| AWK create loop for fields | tonet | Shell Programming and Scripting | 1 | 07-07-2005 06:50 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
trying to create a script to read a flie and loop a command...
Tried to explain this earlier, but did a poor job of it. So I am trying again but taking a different approach.....
I have a file called test_words. In this file I have one line with 5 three letter words, with a single space seperating the words.(I.e., "dog car mop red pin") I want to create a script that will read the file and loop each word individually into a command until all words in the file have been used. Use the echo command for arguements sake. the output would look like this as the script read the file and ran a loop with a command for each word in the file: dog car mop red pin The file test_word may change, by adding words or subtracting words, but always use a space as the delimiter. can anyone help with this? Thank you in advance for any and all help on this. |
| Forum Sponsor | ||
|
|
|
|||
|
Italy87,
It's against the rule to double post questions: Simple rules of the UNIX.COM forums: Continue here: trying to create a script to read a flie and loop a command... Regards |
|||
| Google The UNIX and Linux Forums |