wok diff coreutils-command/description.txt @ rev 20759
updated cadaver (0.23.2 -> 0.23.3)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 12 16:53:42 2019 +0100 (2019-02-12) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/coreutils-command/description.txt Tue Feb 12 16:53:42 2019 +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