in reply to Execute a for loop in many subdirectories
Don't know how many levels of subdirectories that you plan to search through, but you'll probably find File::Find (or File::Find::Rule, which I personally prefer to use) and the -X file test function to be useful.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Execute a for loop in many subdirectories
by marlowvoltron (Novice) on May 22, 2014 at 20:34 UTC | |
by runrig (Abbot) on May 22, 2014 at 21:04 UTC |