in reply to Re^3: Can figure out a way to get File::Grep's fgrep to chomp matches
in thread Can figure out a way to get File::Grep's fgrep to chomp matches
It worked, however, it would not help when feeling it a list of files where one wants the line numbers and file names.
$VAR1 = [ '2 foo', '3 bar', '4 baz', '5 qux', '6 quux' ];
If I feed it a list of files, I get a list of everything which matches but no line numbers and file names attached. You helped a lot today! Thank you!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Can figure out a way to get File::Grep's fgrep to chomp matches
by LanX (Saint) on May 14, 2017 at 00:50 UTC |