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


in reply to Re: To get file names from the search string
in thread To get file names from the search string

That's not what grep -il is doing, it outputs the filenames of the files whose content contains the string. So IMHO it's easier to use grep, unless there's more to this problem that we know about.

  • Comment on Re^2: To get file names from the search string