wok diff coreutils/description.txt @ rev 22517

updated atk-dev again (2.15.4 -> 2.34.1)
author Hans-G?nter Theisgen
date Wed Jan 01 17:10:16 2020 +0100 (2020-01-01)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/coreutils/description.txt	Wed Jan 01 17:10:16 2020 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +Coreutils: Core GNU (file, text, shell) utilities.
     1.5 +
     1.6 +  * base64:    base64 encode/decode data and print to standard output
     1.7 +  * cp:        copy files and directories
     1.8 +  * csplit:    split a file into sections determined by context lines
     1.9 +  * factor:    factor numbers
    1.10 +  * fmt:       simple optimal text formatter
    1.11 +  * groups:    print the groups a user is in
    1.12 +  * join:      join lines of two files on a common field
    1.13 +  * od:        dump files in octal and other formats
    1.14 +  * paste:     merge lines of files
    1.15 +  * ptx:       produce a permuted index of file contents
    1.16 +  * shred:     overwrite a file to hide its contents, and optionally delete it
    1.17 +  * shuf:      generate random permutations
    1.18 +  * split:     split a file into pieces
    1.19 +  * users:     print the user names of users currently logged in to the current
    1.20 +               host