#
1c832963 |
| 28-May-2004 |
Oliver Eikemeier <eik@FreeBSD.org> |
- introduce a new primary `-depth n', which tests whether the depth of the current file relative to the starting point of the traversal is n. The usual +/- modifiers to the argument apply.
- w
- introduce a new primary `-depth n', which tests whether the depth of the current file relative to the starting point of the traversal is n. The usual +/- modifiers to the argument apply.
- while I'm here, fix -maxdepth in the case of a depth-first traversal
Print the top ten maintainers of python module ports (works with p5-* too):
find /usr/ports -depth 2 \! -name 'py-*' -prune -o \ -depth 3 -name Makefile -execdir make -VMAINTAINER \; \ | sort | uniq -c | sort -nr | head
PR: 66667 Reviewed by: ru, joerg Approved by: joerg MFC after: 2 weeks
show more ...
|
Revision tags: release/4.10.0_cvs, release/4.10.0 |
|
#
54874bb6 |
| 19-May-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Bumped document date. Fixed a bunch of hyphen misspellings. Fixed one warning.
|
#
9c61111d |
| 16-May-2004 |
Oliver Eikemeier <eik@FreeBSD.org> |
snafu, exchanged the descriptions of -maxdepth and -mindepth.
Noticed by: ru
|
#
d79829af |
| 14-May-2004 |
Oliver Eikemeier <eik@FreeBSD.org> |
-maxdepth and -mindepth are global variables
PR: 66613 Approved by: ru MFC after: 3 days
|
#
47d91ba3 |
| 21-Apr-2004 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Clarify and correct some compatibility notes.
PR: 65822
|
#
53e87059 |
| 07-Apr-2004 |
Tom Rhodes <trhodes@FreeBSD.org> |
Add -acl and a small blurb about it to the options list. Update date.
|
#
e578c242 |
| 27-Feb-2004 |
Tom Rhodes <trhodes@FreeBSD.org> |
Update the find manual page:
1: Document -follow under COMPATIBILITY. 2: Update an example to be a little more 'safe'. 3: Use '/' in place of '.' for an example; similar to other manual pages.
PR:
Update the find manual page:
1: Document -follow under COMPATIBILITY. 2: Update an example to be a little more 'safe'. 3: Use '/' in place of '.' for an example; similar to other manual pages.
PR: 40196 (1), 39532 (2, 3) Submitted by: Marc Silver <marcs@draenor.org> (2 and 3) Discussed with: des (1)
show more ...
|
Revision tags: release/5.2.1_cvs, release/5.2.1 |
|
#
24126ee0 |
| 23-Feb-2004 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Typo.
|
Revision tags: release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
#
6a2b59f8 |
| 25-Jul-2003 |
Jens Schweikhardt <schweikh@FreeBSD.org> |
State that in -exec ... ; the semicolon should be quoted if invoked from a shell.
PR: docs/54667 Submitted by: Patrick Alken <pa59@cornell.edu> MFC after: 3 days
|
Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0 |
|
#
8d5d039f |
| 12-Dec-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
Uniformly refer to a file system as "file system".
Approved by: re
|
#
c93e83fe |
| 26-Nov-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: markup polishing.
Approved by: re
|
Revision tags: release/4.7.0_cvs |
|
#
3c94f41f |
| 27-Aug-2002 |
Philippe Charnier <charnier@FreeBSD.org> |
Do not repeat the name of the flag in its description
|
#
4a0193d3 |
| 19-Aug-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
Add a unary -not operator ala -false and !, for sake of completeness.
Obtained from: OpenDarwin MFC after: 1 week
|
#
c9776a93 |
| 15-Aug-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
Oops, add -false to the operators list in the manual page for find(1), as added in revision 1.17 of option.c.
MFC after: 1 week
|
Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
126b0a63 |
| 26-Jun-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Indicate that the semicolon that terminates argument lists should be in its own argument for -ok and -okdir.
|
#
cc81b6b0 |
| 26-Jun-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Make it more obvious that the semicolon that terminates -exec and -execdir argument lists must be in an argument by itself, not on the end of the previous one.
|
#
5e25d888 |
| 02-Jun-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Support the SysV-style -exec utility args.. {} + function, required by SUSv3. This is similar to find foo -print0 | xargs -0 utility args.
|
#
e2f8ed51 |
| 29-May-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: markup nits.
|
#
46c2a2cf |
| 16-May-2002 |
Tom Rhodes <trhodes@FreeBSD.org> |
More consistancy. file system > filesystem
|
#
e8937ba0 |
| 20-Apr-2002 |
Philippe Charnier <charnier@FreeBSD.org> |
Use `The .Nm utility'
|
#
a8d50686 |
| 10-Apr-2002 |
Tom Rhodes <trhodes@FreeBSD.org> |
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
|
#
7e7f3df6 |
| 01-Apr-2002 |
Giorgos Keramidas <keramida@FreeBSD.org> |
Run find.1 through ispell.
PR: docs/36601 Submitted by: Joshua Goodall <joshua@roughtrade.net> MFC after: 3 days
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
d33321c0 |
| 20-Nov-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Add a missing comma.
|
#
9b4e871a |
| 06-Oct-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
Document -depth
|
#
adff4fca |
| 14-Sep-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Bloat find(1) even more, and introduce the concept of time units to be used with -[acm]time primaries.
Based on patch from Nils M Holm <nmh@t3x.org>.
PR: bin/29165, bin/30309
|