agc
89aaa1bb64
Move UCB-licensed code from 4-clause to 3-clause licence.
...
Patches provided by Joel Baker in PR 22365, verified by myself.
2003-08-07 11:13:06 +00:00
provos
ccc5fba3de
Implement -iname for case insensitive matching on file names.
...
From freebsd/openbsd. Approved by jaromir@, manu@, perry@.
2003-08-03 19:46:03 +00:00
wiz
fb538fbb96
Change macro usage so it works correctly with 1.19.
2003-06-26 17:46:36 +00:00
wiz
caa2d78a26
Add missing "to be". From Jim Bernard in PR 21008.
2003-04-04 19:21:21 +00:00
wiz
990562bfef
.Nm does not need a dummy argument ("") before punctuation or
...
for correct formatting of the SYNOPSIS any longer.
2003-02-25 10:34:36 +00:00
jhawk
c3ac22a6a8
markup: the ";" for -exec, -ok, and -execdir is a seperate word from
...
the last argument
2003-02-23 20:01:31 +00:00
jhawk
e025cf984b
Obey preceding - and + on -user when a numeric uid is specified (only).
...
Our behavior is now consistent with Solaris, and more useful than previous.
2003-01-30 10:49:18 +00:00
matt
3e5306bedf
With -printx also qoute $ and ` (since they are shell metacharaters).
2003-01-26 07:07:31 +00:00
wiz
d6eecef728
Lose a trailing space.
2002-10-01 11:04:12 +00:00
wiz
826d3a8737
Clean up after recent changes.
...
Some notes:
\- is for minus signs only.
Closing braces and punctuation after a macro should definitly not be
on the next line, but at the end of the macro line, separated with spaces
from the macro argument and each other. Otherwise, unwanted whitespace
appears.
2002-09-28 12:59:49 +00:00
grant
714cd00ddf
bump date for latest changes.
2002-09-28 12:34:53 +00:00
grant
2812905360
New sentence, new line and minor mdoc cleanup.
2002-09-27 16:56:53 +00:00
provos
9972ef9ff8
support for -empty, -execdir, -mindepth, -maxdepth to match other UNIX-like
...
systems. based on work by tholo@openbsd.org . approved by perry.
2002-09-27 15:56:25 +00:00
thorpej
e1ed089ecd
-path is an extension -- say so.
2002-09-16 19:24:59 +00:00
ross
2a76afae02
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
2002-02-08 01:36:18 +00:00
kleink
4f0bdb5b24
Since we've already been down that road with -cnewer, support GNU find(1)'s
...
-anewer as well.
2001-12-02 12:46:39 +00:00
wiz
056d651038
Punctuation fix, sort SEE ALSO, sort sections, drop a .Pp.
2001-12-01 19:11:27 +00:00
wiz
aded0d2cce
Whitespace cleanup.
2001-12-01 16:43:07 +00:00
kleink
e7566d6000
Add a "cnewer" primary which evaluates true if a file has a more recent
...
ctime than its argument.
From kre in PR bin/14802; originally suggested name was "updated" but
renamed due to GNU find(1) being prior art for this functionality.
2001-12-01 14:10:04 +00:00
abs
9819b7e8e7
space after section number in .Xr
2001-07-06 18:12:02 +00:00
kleink
a1359f90c2
-s: Replace the reference to strcmp(3) with a functional description.
2000-07-11 06:47:21 +00:00
enami
2263e83df9
Fix typo.
2000-03-16 18:56:41 +00:00
itohy
f1042d894e
Add -s in usage.
2000-03-13 08:21:36 +00:00
itohy
4f844cd4ec
Describe -s (sort) option.
...
Corrections are highly appreciated.
2000-03-10 11:49:14 +00:00
kleink
13ca730983
Mention -iregex and -regex primaries being non-standard extensions.
1999-07-20 09:02:24 +00:00
cgd
91ff0a1b87
add -regex and -iregex primaries which, like GNU find's primaries of the
...
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.
1999-07-20 01:28:41 +00:00
simonb
bf92a11622
Add '-h' to synopsis - from Nathan Williams.
1999-04-30 00:52:58 +00:00
mycroft
1b3538d0ea
Fix minor formatting error.
1999-03-07 00:12:13 +00:00
simonb
88c54c38e0
Add -{a,c,m}min to STANDARDS section (via Klaus Klein)
1999-01-19 23:22:27 +00:00
simonb
810471468e
Add GNU-style -{a,c,m}min primaries.
1999-01-16 13:27:30 +00:00
lukem
98ae72f685
Add support for -printx, which quotes pathnames in an xargs friendly way.
...
From [bin/6790] by Eric Fischer <eric@fudge.uchicago.edu>
1999-01-12 00:18:50 +00:00
lukem
adfde6fdc9
Add support for "-flags [-]flags", which matches the file flags in a
...
similar way that "-perm [-]mode" matches the file mode.
1999-01-03 14:54:27 +00:00
lukem
191498cad2
args to -perm are "-perm [-]mode" not "-perm [-mode]"
1999-01-03 14:11:54 +00:00
msaitoh
4ac829e2c6
eliminate a duplicated -X entry
1998-05-27 13:15:30 +00:00
mrg
7b983ca6d5
merge lite2, sans getvfsbyname in functions.c (waiting on libc)
1998-02-02 14:02:06 +00:00
lukem
403b699b0b
fix .Nm usage, deprecate register, mostly WARNSify (needs minor rewrite to fix)
1997-10-19 11:52:12 +00:00
tls
9d225a1783
RCS ID police
1997-01-09 20:18:21 +00:00
mrg
4b88cc7b60
add support for whiteouts. pr#2394 (Mike Long <mike.long@analog.com>)
1996-05-21 13:43:50 +00:00
thorpej
b62a077e9a
Document the -follow option, per David Brownlee <abs@mono.city.ac.uk>
...
in PR #1113 .
1996-01-14 03:52:44 +00:00
cgd
d731b5b8a7
fix behaviour when adding -print
1994-07-18 09:55:31 +00:00
cgd
ecc12ef419
fstypes will be strings soon
1994-04-14 03:34:13 +00:00
jtc
3dfa59ec4a
Merged our bugfixes with the 4.4BSD find from uunet.
1993-12-30 21:15:18 +00:00
jtc
5b6c771aeb
Update the list of primaries that are extensions of POSIX.2.
1993-12-29 22:22:44 +00:00
jtc
3a2b9d8c2b
Added -print0 (like GNU find). This will allow file names that contain
...
newlines to be correctly interpreted by programs that process find
output.
1993-10-27 17:52:30 +00:00
mycroft
dfb9caab49
Add RCS indentifiers.
1993-08-01 07:32:48 +00:00
cgd
7c6490bf10
added support for "kernfs" and "fdesc" to -fstype
1993-03-24 22:56:32 +00:00
cgd
61f282557f
initial import of 386bsd-0.1 sources
1993-03-21 09:45:37 +00:00