Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Using find with xargs caveat' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Using find with xargs caveat
Authored by: merlyn on Jan 30, '03 01:20:00PM
Right, but see my other answer in this thread. You want:
find .... -print0 | xargs -0 ....
Not -X.

[ Reply to This | # ]