Hi monks,
I need to get some files under a spicific dir
DIR = local;the files under DIR are tim1 , tim2, tim3 .... tim50
I want to only get the files from tim15 to tim50 and applay some command in each one , so put them inside an array
I am trying somthing like
foreach $vob (@vobs) { # get all files under each vob my @names = grep -f, <c:/testFolder/local/*tim>; }
In reply to getting files from Dir by suekawar
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |