Commit History

Author SHA1 Message Date
  Rob Landley cfa8d336db Fix -newerXY and add test. 2 years ago
  Rob Landley 4824756b7a Add -samefile, collate help text, cleanup, update tests. 2 years ago
  Rob Landley 358109442c Add find -lname -ilname and -d as a synonym for -depth. 2 years ago
  Rob Landley e3062c3bd3 Add find -quit 3 years ago
  Rob Landley 5c73305f0e Add find -executable 3 years ago
  Rob Landley 0e675d98f3 Fix find empty argument handling and add test. 3 years ago
  Rob Landley d2ad946f2a Don't need "match", just test *t. 3 years ago
  Elliott Hughes 70a55cf954 find: support -type a,b,c. 3 years ago
  Rob Landley 71ae0e1617 Add unescape2(), migrate some unescape() users over. 4 years ago
  Rich Felker c6e79470ab find.c: don't assume time_t is the same as long 4 years ago
  Rob Landley f69ca9e9d2 Don't need the second variable, and put the comment back. 4 years ago
  Denys Nykula 0cc9d996ed Fix argless find segfault. 4 years ago
  Rob Landley e0e35aaf3f Ahem, -newerXY is in _find_, not in _file_. 4 years ago
  Elliott Hughes 8a5e89bccf find: support -printf \0 octal escapes and \c. 4 years ago
  Rob Landley 5be1c0ff22 DIRTREE_STATLESS doesn't have to test 3 stat fields, it sets a flag 4 years ago
  Elliott Hughes 3437f30ae9 find: fix -name corner case. 4 years ago
  Elliott Hughes f97f4e72e9 Fix find(1) after c26870dab346. 4 years ago
  Elliott Hughes 99cfd03d85 find: fix dangling symlink behavior. 4 years ago
  Elliott Hughes 3eeda4f929 find: add -true/-false. 5 years ago
  Elliott Hughes 7771204cf7 Implement stat %C and find %Z. 5 years ago
  Rob Landley a58d45a7d0 Teach find -printf about %.Ns patterns, tweak help text, add tests. 5 years ago
  Elliott Hughes 1dbd86ec82 find: add -printf support. 5 years ago
  Vidar Holen 44dd6dd652 find: fix inverted -exec exit status 5 years ago
  Elliott Hughes ac9eea4afb find: minor whitespace cleanup. 5 years ago
  Elliott Hughes 8b42e1ffd6 find: improve -context behavior on failure. 5 years ago
  Elliott Hughes bc5bb07e57 find: add -context. 5 years ago
  Elliott Hughes fbedc9dd74 find: fix -path/-ipath and add -wholename/-iwholename synonyms. 5 years ago
  Rob Landley 9d68531780 Zach Van Rijn asked for "find -empty". 5 years ago
  Rob Landley 2d32142041 Comment tweak. 5 years ago
  Elliott Hughes d0bcc8d922 Make find -exec + obey ARG_MAX just like xargs. 6 years ago