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

updated reiser4progs and reiser4progs-dev (1.2.1 -> 2.0.0)
author Hans-G?nter Theisgen
date Tue Apr 14 07:45:25 2020 +0100 (2020-04-14)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/coreutils-command/description.txt	Tue Apr 14 07:45:25 2020 +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