diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-10-31 10:24:36 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-10-31 10:24:36 +0000 |
commit | 6cf47a79acfef8dbe4e651560f59200978b656b1 (patch) | |
tree | 3ae009b33f74d131da1747d558ab357511136f7d /docs | |
parent | 2bc4dec7a15998fa37c03005a9612c7f22df4f7a (diff) | |
download | busybox-6cf47a79acfef8dbe4e651560f59200978b656b1.tar.gz |
Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.sgml | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/docs/busybox.sgml b/docs/busybox.sgml index 2d372506b..34559dab4 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml @@ -144,7 +144,7 @@ loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, mkdir, mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc, nslookup, ping, poweroff, printf, ps, - pwd, reboot, renice, reset, rm, rmdir, rmmod, sed, setkeycodes, sh, sleep, + pwd, reboot, renice, reset, rm, rmdir, rmmod, run-parts, sed, setkeycodes, sh, sleep, sort, swapoff, swapon, sync, syslogd, tail, tar, tee, telnet, test, touch, tr, true, tty, umount, uname, uniq, update, uptime, usleep, uudecode, uuencode, wc, which, whoami, yes, @@ -2799,6 +2799,33 @@ </para> </sect1> + <sect1 id="run-parts"> + <title>run-parts</title> + + <para> + Usage: run-parts [-t] [-a ARG] [-u MASK] DIRECTORY + </para> + + <para> + Run a bunch of scripts in a directory. + </para> + + <para> + Options: + </para> + + <para> + <screen> + -t Test only. It only print the file to be executed, + without execute them. + -a ARG Pass ARG as an a argument to the programs executed. + -u MASK Set the umask to MASK before executing the programs. + </screen> + </para> + </sect1> + + + <sect1 id="sed"> <title>sed</title> |