wok-next diff coreutils/description.coreutils-command.txt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | 1d0123efe74c |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/coreutils/description.coreutils-command.txt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +Coreutils: Core GNU (file, text, shell) utilities. 1.5 + 1.6 + * chroot: run command or interactive shell with special root directory 1.7 + * env: run a program in a modified environment 1.8 + * kill: send signals to processes, or list signals 1.9 + * nice: run a program with modified scheduling priority 1.10 + * nohup: run a command immune to hangups, with output to a non-tty 1.11 + * sleep: delay for a specified amount of time 1.12 + * stdbuf: run command with modified buffering operations for its standard 1.13 + streams 1.14 + * timeout: run a command with a time limit