![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| Loop Problem | namishtiwari | Shell Programming and Scripting | 5 | 07-15-2008 09:55 AM |
| awk and loop problem | invinzin21 | Shell Programming and Scripting | 3 | 02-04-2008 09:54 PM |
| for loop problem | namishtiwari | Shell Programming and Scripting | 5 | 01-25-2008 12:58 PM |
| Problem with while loop and SQL | nandajk | UNIX for Dummies Questions & Answers | 20 | 05-04-2007 06:19 AM |
| loop Problem | dhananjaysk | Shell Programming and Scripting | 3 | 03-31-2006 01:05 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
hi,
how do you create a loop command given the following requirements? ![]() go = ( out1 out2 out3 ) for i in go do echo $go done the script aboe does not work for me. what i want the script to do is it will echo each variable until it reaches the last variable inside go. im assuming that the output would be somewhat like: out1 out2 out3 thanks. ![]() |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|