http://www.perlmonks.org?node_id=699618


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.