wok
annotate coreutils-command/description.txt @ rev 20360
gpa update: 0.9.9 -> 0.9.10
author |
Erkan Yilmaz <erkan@slitaz.org> |
date |
Sat Jun 09 17:31:34 2018 +0000 (2018-06-09) |
parents |
|
children |
|
rev |
line source |
al@19215
|
1 Coreutils: Core GNU (file, text, shell) utilities.
|
al@19215
|
2
|
al@19215
|
3 * chroot: run command or interactive shell with special root directory
|
al@19215
|
4 * env: run a program in a modified environment
|
al@19215
|
5 * kill: send signals to processes, or list signals
|
al@19215
|
6 * nice: run a program with modified scheduling priority
|
al@19215
|
7 * nohup: run a command immune to hangups, with output to a non-tty
|
al@19215
|
8 * sleep: delay for a specified amount of time
|
al@19215
|
9 * stdbuf: run command with modified buffering operations for its standard
|
al@19215
|
10 streams
|
al@19215
|
11 * timeout: run a command with a time limit
|