Y
Hacker News
new
|
ask
|
show
|
jobs
by
elevation
3845 days ago
`xargs -0' was designed to properly handle the output of `find -print0' -- no while loop needed.
`find -print0 | xargs -0 grep some_pattern'