run-parts - manual page for run-parts 1.31.1
run-parts [-a ARG]... [-u UMASK] [--reverse]
[--test] [--exit-on-error] [--list] DIRECTORY
BusyBox v1.31.1 (2020-04-30 13:38:01 EDT) multi-call binary.
Run a bunch of scripts in DIRECTORY
- -a ARG
- Pass ARG as argument to scripts
- -u UMASK
- Set UMASK before running scripts
- --reverse
- Reverse execution order
- --test
- Dry run
--exit-on-error Exit if a script exits with non-zero
- --list
- Print names of matching files even if they are not executable