![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Simplifying Web Services Development with the Decorator Pattern | iBot | Oracle Updates (RSS) | 0 | 04-06-2008 02:10 AM |
| while loop inside while loop | panknil | Shell Programming and Scripting | 0 | 01-07-2008 08:49 AM |
| simplifying awk | sil | Shell Programming and Scripting | 1 | 09-21-2006 10:47 AM |
| Help in simplifying a sed command | wvdeijk | Shell Programming and Scripting | 3 | 03-04-2005 03:39 AM |
| how to get the similar function in while loop or for loop | trynew | Shell Programming and Scripting | 3 | 06-17-2002 08:09 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Simplifying the For loop
Is there a way to simplify stating 1 through to 10, for example in a for loop construct?
for x in 1 2 3 4 5 6 7 8 9 10 do .... done I have tried [1-10] (1-10) with no luck.. thanks |
| Forum Sponsor | ||
|
|