wok diff coreutils-command/description.txt @ rev 19786
binutils: depends on flex (ar, ranlib)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Feb 22 15:22:41 2017 +0200 (2017-02-22) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/coreutils-command/description.txt Wed Feb 22 15:22:41 2017 +0200 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