diff options
author | trhodes <trhodes@FreeBSD.org> | 2002-04-10 16:39:22 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2002-04-10 16:39:22 +0000 |
commit | eba831aa8a07500fa88e4d7163869e5f2df460ae (patch) | |
tree | 7abc64cd6354e85b530e7f3b8bb8f2cfb3347ecd /usr.bin/find | |
parent | 5204e59cad0ee69973a65608dd7a6f895e5a2e1f (diff) | |
download | FreeBSD-src-eba831aa8a07500fa88e4d7163869e5f2df460ae.zip FreeBSD-src-eba831aa8a07500fa88e4d7163869e5f2df460ae.tar.gz |
find.1 does not encourage users to DTRT when piping to xargs(1)
PR: 36602
Submitted by: Joshua Goodall <joshua@roughtrade.net>
No objections from: ru
MFC after: 2 days
Diffstat (limited to 'usr.bin/find')
-rw-r--r-- | usr.bin/find/find.1 | 7 |
1 files changed, 7 insertions, 0 deletions
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 , |