Al Green wrote:
> I am new to Perl and I would like a script that I can uxse to search
> for text pattern with a file or files as a wild card or with a given
> extension. Please reply of list.

You're describing the standard Unix utility "grep". A perl implementation of
grep can be found at:

http://www.perl.com/language/ppt/src/grep/index.html

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to