Age | Commit message (Expand) | Author |
2014-12-03 | document -o and -a; requested by yon | Jason McIntyre |
2014-03-20 | - use more portable -o in examples, requested by millert and sobrado | Jason McIntyre |
2014-01-20 | Obvious .Xr fixes, found while testing mandocdb(8). | Ingo Schwarze |
2013-03-14 | -follow is the same as -L, not -H | Alexander Hall |
2012-01-05 | -execdir only supports the first form of -exec with ; suffix, not the new | Stuart Henderson |
2012-01-03 | - use more consistent markup | Jason McIntyre |
2012-01-02 | Add support for "find ... -exec foo {} \+". | Pascal Stumpf |
2011-02-13 | As noticed by Clint Pachl <pachl at ecentryx dot com>, | Ingo Schwarze |
2010-09-29 | various EXIT STATUS fixes; from Daniel Dickman | Jason McIntyre |
2010-09-20 | oops! missing quote in previous; | Jason McIntyre |
2010-09-19 | Shorten text pointing from -X to -print0. | Ingo Schwarze |
2010-07-15 | More delimiters that need quoting inside macros, hunted down by jmc@, | Ingo Schwarze |
2010-02-03 | make it clear that -iname supports globbing; | Ingo Schwarze |
2009-12-20 | Use the standard wording, requested by jmc@. | Ingo Schwarze |
2009-12-20 | find -LH was -L, but must be -H according to POSIX; | Ingo Schwarze |
2009-04-09 | min/maxdepth do not observe +-; | Jason McIntyre |
2009-02-08 | updates to IEEE Std 1003.1-2008; | Jason McIntyre |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2009-01-28 | since -g is always overridden by -l in ls(1), the equivalent of the | Jason McIntyre |
2008-09-29 | Add a missing `|' to the description of -perm. | Matthias Kilian |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre |
2006-10-11 | hmm, slightly reword the previous to sound less like a susv3 cut/paste, | Jason McIntyre |
2006-10-11 | some important information about how find(1) works was tucked away | Jason McIntyre |
2006-10-11 | improve markup a wee bit; | Jason McIntyre |
2006-10-11 | a little macro cleanup; | Jason McIntyre |
2006-10-11 | Suggest to use xargs(1) and give an example; started by jmc, ok jmc@ | Otto Moerbeek |
2006-10-11 | in EXAMPLES: | Jason McIntyre |
2006-10-11 | for -depth, -follow, and -xdev, note that they always evaluate to true; | Jason McIntyre |
2006-10-10 | get the spacing right for -ok too; i missed this in my previous commit. | Jason McIntyre |
2006-10-10 | get the spacing right for -exec and -execdir; ok otto | Jason McIntyre |
2006-10-10 | add an example of -exec {} and remove a less useful example; ok otto | Jason McIntyre |
2006-10-05 | -iname is a primary, not an option. ok jmc@ | Otto Moerbeek |
2006-10-05 | document -depth and -xdev: although we have options which do the same, | Jason McIntyre |
2006-10-04 | - bump latest posix version | Jason McIntyre |
2006-10-02 | remove some unneccessary escaping; | Jason McIntyre |
2006-10-01 | rewrite the piece about separate arguments to not confuse jmc@. | Otto Moerbeek |
2006-09-26 | clear up some confusion between operands and operators; with & ok jmc@ | Otto Moerbeek |
2006-09-24 | do not suggest that !expression and (expression) (without spaces) is valid; | Jason McIntyre |
2005-12-27 | move the BUGS section to CAVEATS, since both the points listed | Jason McIntyre |
2005-10-01 | Fix description of -flags. Noted by Magnus Ehman in PR 4527. ok jmc@ jaredy@ | Otto Moerbeek |
2005-06-15 | no more whiteouts | Todd C. Miller |
2005-03-14 | make the OPERATORS list -compact: this avoids the nasty line split | Jason McIntyre |
2005-03-14 | add an example showing how to use -prune to skip a directory whilst | Jason McIntyre |
2005-03-14 | simplify the description of -d to avoid confusion; | Jason McIntyre |
2005-03-13 | maintain alphabetical order in primaries list; | Jason McIntyre |
2005-02-07 | rename "file" to "path" in usage, it's clearer | Jared Yanovich |
2004-02-24 | - remove double spaces in the examples | Jason McIntyre |
2004-01-23 | Clarify find -X and Xr xargs(1). Based on a diff from and OK by jmc@ | Todd C. Miller |
2003-09-02 | escape punctuation; | Jason McIntyre |