![]() |
|
|
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 |
| Is there a better way I could have run this loop. (For loop with two variables) | DeCoTwc | Shell Programming and Scripting | 2 | 03-27-2009 02:07 AM |
| python probelm | jaganadh | Shell Programming and Scripting | 4 | 02-22-2008 11:48 AM |
| probelm with purify | shriashishpatil | High Level Programming | 1 | 05-18-2006 11:22 AM |
| how to get the similar function in while loop or for loop | trynew | Shell Programming and Scripting | 3 | 06-17-2002 12:09 PM |
| back up probelm | Prafulla | UNIX for Dummies Questions & Answers | 2 | 01-15-2002 10:03 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
for loop probelm
for index in `find /technologies -name *.jar | grep "/lib"`; do echo "$index"; done
sometimes its throwing error saying find: paths must precede expression Usage: find [-H] [-L] [-P] [path...] [expression] but i execute same in cmd prompt its working |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|