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:
|
|||
|
I am assuming that you want to perform some
If your
|
|||
|
|
or
or
|
|||
|
|
|
||||
|
|
sedto do? – Dennis Williamson Sep 20 '10 at 20:48