CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2010/09/19 17:48:58
Modified files: usr.bin/find : find.1 Log message: Shorten text pointing from -X to -print0. Add pointer from -print0 to xargs(1). Add an EXAMPLE to demonstrate \( ... -or ... \) -print0. Stop advertising -print | xargs, which is dangerous. Add a CAVEAT about passing find(1) output to other programs. Mostly from joachimschipper dot nl; using feedback from jmc@ and sthen@, and tweaked myself; ok jmc@