| Age | Commit message (Collapse) | Author |
|
|
|
fix the incorrect err(1, "%s", "") et al.
Closes PR bin/7592 by cgd.
|
|
same name, match files' entire paths against regular expressions.
-regex is case sensitive, -iregex is case-insensitive. Note that these
primaries are _not_ entirely compatible with the GNU find primaries,
because their BREs appear to support alternation with \| whereas our BREs
do not. Also note there are no primaries which provide extended regular
expressions matching, though if they are desired they would be trivial
to implement.
|
|
|
|
|
|
From [bin/6790] by Eric Fischer <eric@fudge.uchicago.edu>
|
|
similar way that "-perm [-]mode" matches the file mode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mount point. From John Kohl.
|
|
|
|
|
|
of the exec'd command and find's output will be correctly interspersed.
(Bug noticed by Terry Lambert, of FreeBSD. Fix by me).
|
|
|
|
newlines to be correctly interpreted by programs that process find
output.
|
|
Thomas Eberhardt <thomas@mathematik.uni-Bremen.de>
|
|
|
|
|
|
|
|
|
|
|
|
page said it was. also fixed multiple fstype checks on the same
partition
|
|
|