summaryrefslogtreecommitdiffstats
path: root/usr.bin/find/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix SCM IDs.obrien2002-04-011-3/+2
|
* Remove __P().markm2002-03-201-1/+1
|
* 1) Remove -Wall from Makefile.dwmalone2002-02-271-1/+1
| | | | | | 2) WARNs fixes (rename option to lookup_option to avoid shadowing, rename argv to argv1 to avoid shadowing, const stuff, prototypes, __unused). 3) Remove "register"s.
* Implement the following options and primaries:knu2001-02-231-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | -E Interpret regular expressions followed by -regex and -iregex op- tions as extended (modern) regular expressions rather than basic regular expressions (BRE's). The re_format(7) manual page fully describes both formats. -iname pattern Like -name, but the match is case insensitive. -ipath pattern Like -path, but the match is case insensitive. -regex pattern True if the whole path of the file matches pattern using regular expression. To match a file named ``./foo/xyzzy'', you can use the regular expression ``.*/[xyz]*'' or ``.*/foo/.*'', but not ``xyzzy'' or ``/foo/''. -iregex pattern Like -regex, but the match is case insensitive. These are meant to be compatible with other find(1) implementations such as GNU's or NetBSD's except regexp library differences. Reviewed by: sobomax, dcs, and some other people on -current
* This patch adds the -mindepth and -maxdepth options to find(1), whichroberto2000-06-121-0/+6
| | | | | | | | | | | | behave as in GNU find (and of course as described in the manual page diff included). I think these options would be useful for some people. Some missing $FreeBSD$ tags are also added. The patch was slightly modified (send-pr mangling of TABS). PR: bin/18941 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
* Fixed my English fixes.bde1998-11-291-1/+1
|
* Fixed disorder and and usage message. Improved English.bde1998-11-291-2/+2
| | | | Broken in: previous commit
* Added a sort option to find(1).wosch1998-11-291-1/+5
| | | | | The sort option make it possible to build the locate database without large (usually 20-100MB) temp files.
* Eliminate a variable that is set but never used.jdp1997-05-191-5/+4
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Merge from Lite2 - use new getvfsbyname() and related changes.peter1997-03-111-1/+2
| | | | understand whiteouts (FTS_W from fts()).
* Localize itache1996-08-121-0/+3
|
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+153
OpenPOWER on IntegriCloud