From eba831aa8a07500fa88e4d7163869e5f2df460ae Mon Sep 17 00:00:00 2001 From: trhodes Date: Wed, 10 Apr 2002 16:39:22 +0000 Subject: find.1 does not encourage users to DTRT when piping to xargs(1) PR: 36602 Submitted by: Joshua Goodall No objections from: ru MFC after: 2 days --- usr.bin/find/find.1 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'usr.bin') diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 660c190..b66276a 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -117,6 +117,12 @@ and double quotes, backslash .Pq Dq Li \e , space, tab and newline characters. +.Pp +However, you may wish to consider the +.Fl print0 +primary in conjunction with +.Ql xargs -0 +as an effective alternative. .It Fl d The .Fl d @@ -732,6 +738,7 @@ recent than the current time minus one minute. .Xr locate 1 , .Xr whereis 1 , .Xr which 1 , +.Xr xargs 1 , .Xr stat 2 , .Xr fts 3 , .Xr getgrent 3 , -- cgit v1.1