Denys Vlasenko
|
6be3a5242c
find: exit code fixes for find -exec
|
10 years ago |
Bartosz Golaszewski
|
14158b4127
find: add optional support for '-exec ... {} +'
|
10 years ago |
Denys Vlasenko
|
6f068904dc
xargs: add support for -I and -i. Closes 493
|
10 years ago |
Denys Vlasenko
|
6885e49ba5
find: code shrink
|
10 years ago |
Denys Vlasenko
|
6eb0cbe07e
find: fix a regression introduced with -HLP support
|
11 years ago |
Denys Vlasenko
|
982e87f2fb
Whitespace fixes
|
11 years ago |
Denys Vlasenko
|
6db5f679a2
find:: get rid of nested function (it's a gcc-ism)
|
11 years ago |
Denys Vlasenko
|
6782f48ccb
find: support -HLP
|
11 years ago |
Denys Vlasenko
|
6967578728
whitespace fixes. no code changes
|
12 years ago |
Denys Vlasenko
|
2dc1a97272
find: make -mindepth N -xdev correctly stop on mountpoints
|
12 years ago |
Denys Vlasenko
|
7c8aa2b47c
typo fix in comment
|
12 years ago |
Denys Vlasenko
|
be1cfeea2e
find: if DESKTOP=y, support -wholename (synonym for -path)
|
12 years ago |
Ian Wienand
|
abc33ac8b2
Fix find -follow support
|
13 years ago |
Denys Vlasenko
|
87249fbf50
find: fix a bug in !ENABLE_FEATURE_FIND_XDEV config
|
13 years ago |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 years ago |
Denys Vlasenko
|
b24ef035bd
find: cater for libc w/o FNM_CASEFOLD
|
13 years ago |
Bogdan Harjoc
|
7948ecb505
find: implement -ipath
|
13 years ago |
Denys Vlasenko
|
e1a4209a5e
find: trim help text a bit
|
13 years ago |
Denys Vlasenko
|
053c12e0de
find: remove the hack we use to parse options first, replace with simpler code
|
13 years ago |
Denys Vlasenko
|
805f2453d0
find: print/print0/prune _can_ be inverted, fix it
|
13 years ago |
Denys Vlasenko
|
27076b8233
find: document ! (not) operator
|
13 years ago |
Denys Vlasenko
|
4604dd86c5
find: help text: PATH must be first
|
13 years ago |
Denys Vlasenko
|
56cdb2fc37
find: yet another tweak to help text
|
13 years ago |
Denys Vlasenko
|
4dea9eb07f
find: fix help text about -prune: it also does assume -print
|
13 years ago |
Denys Vlasenko
|
cef85c2442
find: significantly improve hext text. +116 bytes
|
13 years ago |
Denys Vlasenko
|
b9f2d9f7d9
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
|
14 years ago |
Denys Vlasenko
|
a61ff51b49
find: add rudimentary support for -exec {} +
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
7783248eaa
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
|
14 years ago |
Denys Vlasenko
|
4f731ce30e
findutils/*: move usage and applet bits to *.c files
|
14 years ago |