Given the following find command: find . | xargs grep 'userTools' -sl
How can I use sed on the results of that command?
output:
./file1.ext
./file2.ext
./file3.ext
|
Given the following find command: find . | xargs grep 'userTools' -sl How can I use sed on the results of that command? output:
| |||
|
feedback
|
|
I am assuming that you want to perform some
If your
| |||
|
feedback
|
or
or
| |||
|
feedback
|
| ||||
|
feedback
|
sedto do? – Dennis Williamson Sep 20 '10 at 20:48