freebsd-dev/usr.bin/find
Oliver Eikemeier 1c8329632e - 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
2004-05-28 17:17:15 +00:00
..
extern.h - introduce a new primary `-depth n', which tests whether 2004-05-28 17:17:15 +00:00
find.1 - introduce a new primary `-depth n', which tests whether 2004-05-28 17:17:15 +00:00
find.c - introduce a new primary `-depth n', which tests whether 2004-05-28 17:17:15 +00:00
find.h - introduce a new primary `-depth n', which tests whether 2004-05-28 17:17:15 +00:00
function.c - introduce a new primary `-depth n', which tests whether 2004-05-28 17:17:15 +00:00
getdate.y Fix all WARNS. Checked with "make WARNS=9". Remove unused file. 2003-06-14 13:00:21 +00:00
ls.c Use a larger field for the size in blocks; the current width (4 digits) 2004-01-20 09:27:03 +00:00
main.c Fix all WARNS. Checked with "make WARNS=9". Remove unused file. 2003-06-14 13:00:21 +00:00
Makefile Fix to WARNS=2 level. 2002-04-15 19:27:41 +00:00
misc.c Fix all WARNS. Checked with "make WARNS=9". Remove unused file. 2003-06-14 13:00:21 +00:00
operator.c Fix all WARNS. Checked with "make WARNS=9". Remove unused file. 2003-06-14 13:00:21 +00:00
option.c - introduce a new primary `-depth n', which tests whether 2004-05-28 17:17:15 +00:00