wok-next view coreutils/description.coreutils-command.txt @ rev 21141

enchant 2.2.3; hunspell 1.7.0; libassuan 2.5.2; libwebp 1.0.2; tcc 0.9.27; tzdata 2018i
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 13:39:30 2019 +0200 (2019-01-24)
parents 1d0123efe74c
children
line source
1 Coreutils: Core GNU (file, text, shell) utilities.
3 * chroot: run command or interactive shell with special root directory
4 * env: run a program in a modified environment
5 * kill: send signals to processes, or list signals
6 * nice: run a program with modified scheduling priority
7 * nohup: run a command immune to hangups, with output to a non-tty
8 * sleep: delay for a specified amount of time
9 * stdbuf: run command with modified buffering operations for its standard
10 streams
11 * timeout: run a command with a time limit