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

Thats the sort of Idea I had in mind but not sure how. I know I could use map but i dont have a clue how.
Thanks...
  • Comment on Re^2: using grep on a directory to list files for a single date

Replies are listed 'Best First'.
Re^3: using grep on a directory to list files for a single date
by Jaap (Curate) on Dec 01, 2004 at 13:14 UTC
    If you don't know how to map/grep, just use a while loop. They tend to be less obfuscated.