summaryrefslogtreecommitdiff
path: root/usr.bin/find/find.1
AgeCommit message (Expand)Author
2021-03-07v1/v2 find is different to pwb/v5 findJonathan Gray
2020-08-14'!' does not need to be escaped;Jason McIntyre
2019-09-02More correction of section 3 layout. directory->opendir, fts->fts_open,Theo de Raadt
2019-08-23Use -delete in EXAMPLESkn
2018-12-06add -not as a sh friendly alias for !.Ted Unangst
2018-08-01document when -exec evaluates to true; from kris katterjohnJason McIntyre
2018-08-01Document that -delete and -execdir prevent -print from being assumed.Theo Buehler
2017-01-03tweak previous;Jason McIntyre
2017-01-03add -delete option which can simplify the common case of wanting to deleteTed Unangst
2015-09-11delete bogus escaping from ellipsis to forestall cargo cult effectsIngo Schwarze
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2014-12-03document -o and -a; requested by yonJason McIntyre
2014-03-20- use more portable -o in examples, requested by millert and sobradoJason McIntyre
2014-01-20Obvious .Xr fixes, found while testing mandocdb(8).Ingo Schwarze
2013-03-14-follow is the same as -L, not -HAlexander Hall
2012-01-05-execdir only supports the first form of -exec with ; suffix, not the newStuart Henderson
2012-01-03- use more consistent markupJason McIntyre
2012-01-02Add support for "find ... -exec foo {} \+".Pascal Stumpf
2011-02-13As noticed by Clint Pachl <pachl at ecentryx dot com>,Ingo Schwarze
2010-09-29various EXIT STATUS fixes; from Daniel DickmanJason McIntyre
2010-09-20oops! missing quote in previous;Jason McIntyre
2010-09-19Shorten text pointing from -X to -print0.Ingo Schwarze
2010-07-15More delimiters that need quoting inside macros, hunted down by jmc@,Ingo Schwarze
2010-02-03make it clear that -iname supports globbing;Ingo Schwarze
2009-12-20Use the standard wording, requested by jmc@.Ingo Schwarze
2009-12-20find -LH was -L, but must be -H according to POSIX;Ingo Schwarze
2009-04-09min/maxdepth do not observe +-;Jason McIntyre
2009-02-08updates to IEEE Std 1003.1-2008;Jason McIntyre
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2009-01-28since -g is always overridden by -l in ls(1), the equivalent of theJason McIntyre
2008-09-29Add a missing `|' to the description of -perm.Matthias Kilian
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre
2006-10-11hmm, slightly reword the previous to sound less like a susv3 cut/paste,Jason McIntyre
2006-10-11some important information about how find(1) works was tucked awayJason McIntyre
2006-10-11improve markup a wee bit;Jason McIntyre
2006-10-11a little macro cleanup;Jason McIntyre
2006-10-11Suggest to use xargs(1) and give an example; started by jmc, ok jmc@Otto Moerbeek
2006-10-11in EXAMPLES:Jason McIntyre
2006-10-11for -depth, -follow, and -xdev, note that they always evaluate to true;Jason McIntyre
2006-10-10get the spacing right for -ok too; i missed this in my previous commit.Jason McIntyre
2006-10-10get the spacing right for -exec and -execdir; ok ottoJason McIntyre
2006-10-10add an example of -exec {} and remove a less useful example; ok ottoJason McIntyre
2006-10-05-iname is a primary, not an option. ok jmc@Otto Moerbeek
2006-10-05document -depth and -xdev: although we have options which do the same,Jason McIntyre
2006-10-04- bump latest posix versionJason McIntyre
2006-10-02remove some unneccessary escaping;Jason McIntyre
2006-10-01rewrite the piece about separate arguments to not confuse jmc@.Otto Moerbeek
2006-09-26clear up some confusion between operands and operators; with & ok jmc@Otto Moerbeek
2006-09-24do not suggest that !expression and (expression) (without spaces) is valid;Jason McIntyre