in reply to Re: returning matched word from string
in thread returning matched word from string
unixy> find ~/ -type f | xargs grep 'size'Which can be rewritten as: grep -r 'size' ~
--
altblue.
|
---|
In Section
Seekers of Perl Wisdom
in reply to Re: returning matched word from string
in thread returning matched word from string
unixy> find ~/ -type f | xargs grep 'size'Which can be rewritten as: grep -r 'size' ~
--
altblue.
|
---|