tousifp has asked for the wisdom of the Perl Monks concerning the following question:
In a unix directory, I want to get file names wherein I could get a particular string to be searched.
e.g.I could do in unix following :
grep -il "^$input" *where $input is 2013-09-04
How can I do it in perl?
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: To get file names from the search string
by choroba (Cardinal) on Sep 05, 2013 at 14:27 UTC | |
|
Re: To get file names from the search string
by Corion (Patriarch) on Sep 05, 2013 at 14:08 UTC | |
by RichardK (Parson) on Sep 05, 2013 at 14:30 UTC |