mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
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
This commit is contained in:
parent
ba4d213488
commit
a8d50686f5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94366
@ -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 ,
|
||||
|
Loading…
Reference in New Issue
Block a user