in reply to
File Analysis
Most simple code? Easy. Don't use Perl. Here are some shell one liners:
grep PHRASE file
grep PHRASE *
grep -r PHRASE rootdir
Comment on
Re: File Analysis
Select
or
Download
Code
In Section
Seekers of Perl Wisdom