summaryrefslogtreecommitdiff
path: root/usr.bin/find/main.c
AgeCommit message (Collapse)Author
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-05-17The standard way to get info on symlinks is -L, not -h; Peter WernerTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-08-22expression is optionalTheo de Raadt
2001-08-22Since we're in pedant mode again, we might as well be thorough. It'sHugh Graham
bad form to assume that the absence of an expression will default to "-print", as one may still encounter versions of find where this is not the case. The examples given are all careful to use an explicit "-print", so follow their lead and mark the expression as a required field even though find will run without one.
2001-08-22o Expression is an optional argument to find(1);Heikki Korpela
noticed by Brian Poole <raj@cerias.purdue.edu> o File is not an optional argument o The section name referenced in beginning of the manual page is "operators" so don't confuse people by speaking about "operands" Ok aaron@
2001-07-12first pass at a -Wall cleanupTheo de Raadt
1999-03-17Add -W option so -type W gets a chance to work.Marc Espie
1997-06-17Back out last change. Allowing no path to mean "." causes problemsTodd C. Miller
with getopts vs. predicates.
1997-06-17If no paths are specified, use "."Todd C. Miller
1997-06-17Don't trample argv[], we want ps et al to be able to see args.Todd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-10-24Respond to SIGINFO; from PR #42Thorsten Lockert
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt