summaryrefslogtreecommitdiff
path: root/usr.bin/find
AgeCommit message (Expand)Author
2012-01-05-execdir only supports the first form of -exec with ; suffix, not the newStuart Henderson
2012-01-05Fix typos in comment (s,exacty,exactly,)Stuart Henderson
2012-01-03- use more consistent markupJason McIntyre
2012-01-02Add support for "find ... -exec foo {} \+".Pascal Stumpf
2011-06-14exit if there is an unknown option; from FreeBSDChristian Weisgerber
2011-04-21find: return exit code 1 if any path could not be traversedJacek Masiulaniec
2011-02-13As noticed by Clint Pachl <pachl at ecentryx dot com>,Ingo Schwarze
2010-12-01Don't error out if we can't opendir() when -empty is used.Todd C. Miller
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-12-09We only need to fchdir(dotfd) for the -exec and -ok primaries soTodd C. Miller
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-09-16Allow -maxdepth 0; noticed by bluhm@Todd C. Miller
2009-08-27Don't stop traversing a directory hierarchy if we reach SHRT_MAX,Todd C. Miller
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
2007-05-10ftsopen -> fts_open; partly from Alexander Holupirek, documentation/5472Jason McIntyre
2006-12-26fts_read returning NULL and errno set is an error. ok ray@Otto Moerbeek
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
2005-12-27move the BUGS section to CAVEATS, since both the points listedJason McIntyre
2005-10-01Fix description of -flags. Noted by Magnus Ehman in PR 4527. ok jmc@ jaredy@Otto Moerbeek
2005-08-30remove -W from synopsis; ok deraadt@ jmc@David Krause
2005-06-15no more whiteoutsTodd C. Miller
2005-03-14make the OPERATORS list -compact: this avoids the nasty line splitJason McIntyre