in reply to Re^2: Finding only names in a dir and searching for case issues
in thread Finding only names in a dir and searching for case issues
(However, this is not perl :)ls -1 | while read filename; do grep -ir "$filename" * | grep -v "$fil +ename" ; done
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Finding only names in a dir and searching for case issues
by perl_mystery (Beadle) on Mar 17, 2011 at 08:47 UTC |