wok diff coreutils-command/description.txt @ rev 20355

syslinux: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 09 17:09:08 2018 +0200 (2018-06-09)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/coreutils-command/description.txt	Sat Jun 09 17:09:08 2018 +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