Aaro Koskinen
|
af18b301eb
find: implement -empty
|
5 years ago |
James Byrne
|
6937487be7
libbb: reduce the overhead of single parameter bb_error_msg() calls
|
5 years ago |
Denys Vlasenko
|
2d9e097963
find: handle leading -- argument
|
5 years ago |
Denys Vlasenko
|
008e73b572
find: implement -executable
|
6 years ago |
Denys Vlasenko
|
abe22cd17b
find: implement -quit
|
6 years ago |
Denys Vlasenko
|
f4eaccbfae
free: improve --help for type option
|
6 years ago |
Denys Vlasenko
|
0c4dbd481a
regularize format of source file headers, no code changes
|
7 years ago |
Denys Vlasenko
|
95f7953f2c
do not use `a' quoting style in comments
|
7 years ago |
Denys Vlasenko
|
72089cf6b4
config: deindent all help texts
|
7 years ago |
Denys Vlasenko
|
4eed2c6c50
Update menuconfig items with approximate applet sizes
|
7 years ago |
Denys Vlasenko
|
10ad622dc2
Spelling fixes in comments, documentation, tests and examples
|
7 years ago |
Denys Vlasenko
|
f560422fa0
Big cleanup in config help and description
|
7 years ago |
Denys Vlasenko
|
ccc9985c45
find: fix handling of trailing slashes in -name PATTERN comparisons
|
8 years ago |
Denys Vlasenko
|
47cfbf32fd
*: add most of the required setup_common_bufsiz() calls
|
8 years ago |
Denys Vlasenko
|
e6a2f4cc5a
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
|
8 years ago |
Denys Vlasenko
|
0f296a3a56
libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
|
9 years ago |
Denys Vlasenko
|
7b85ec30b5
*: more BUILD_BUG_ON conversions
|
9 years ago |
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
|
10 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 |