Denys Vlasenko
|
8c0708a329
find: support "find . -delete" idiom - do not try rmdir(".")
|
9 years ago |
Denys Vlasenko
|
5711a2a4ad
libbb: more compact API for bb_parse_mode()
|
9 years ago |
Felix Fietkau
|
f7466e4776
find: fix regression in status processing for path arguments
|
9 years ago |
Denys Vlasenko
|
3e9b13e4c5
find: support -perm /BITS. Closes 7340
|
10 years ago |
Denys Vlasenko
|
f92f1d0181
find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit
|
10 years ago |
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 |