diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2002-04-10 16:39:22 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2002-04-10 16:39:22 +0000 |
| commit | a8d50686f560944ae652926b0c4fbaf2dc524bad (patch) | |
| tree | 7abc64cd6354e85b530e7f3b8bb8f2cfb3347ecd /usr.bin | |
| parent | ba4d2134883549643da87765bc96dff29ebaa14f (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -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 660c1908881f..b66276a0ef96 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 , |
