in reply to Re: using grep on a directory to list files for a single date
in thread using grep on a directory to list files for a single date
while(<DIR>){ <- didn't work. (well not for me).while (my $file = readdir(DIR)) {
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: using grep on a directory to list files for a single date
by zejames (Hermit) on Dec 02, 2004 at 10:22 UTC |