Date: Tue, 9 May 1995 12:02:07 -0700 From: "Garrett A. Wollman" <wollman> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/find extern.h find.1 find.h function.c option.c Message-ID: <199505091902.MAA22369@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
wollman 95/05/09 12:02:07 Modified: usr.bin/find extern.h find.1 find.h function.c option.c Log: Add GNU-style `-print0' primary. This exists so that one can safely do `find some-nasty-expression -print0 | perl -n0e unlink' and have all the files actuallly get deleted. (Using `xargs' and `rm' is not safe.)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505091902.MAA22369>