wok-next diff coreutils/description.coreutils-file-summarize.txt @ rev 21357

updated gimp (2.10.14 -> 2.10.18)
author Hans-G?nter Theisgen
date Sat Apr 11 13:55:06 2020 +0100 (2020-04-11)
parents 1d0123efe74c
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/coreutils/description.coreutils-file-summarize.txt	Sat Apr 11 13:55:06 2020 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +Coreutils: Core GNU (file, text, shell) utilities.
     1.5 +
     1.6 +  * cksum:     checksum and count the bytes in a file
     1.7 +  * md5sum:    compute and check MD5 message digest
     1.8 +  * sha1sum:   compute and check SHA1 message digest
     1.9 +  * sha224sum: compute and check SHA224 message digest
    1.10 +  * sha256sum: compute and check SHA256 message digest
    1.11 +  * sha384sum: compute and check SHA384 message digest
    1.12 +  * sha512sum: compute and check SHA512 message digest
    1.13 +  * sum:       checksum and count the blocks in a file
    1.14 +  * wc:        print newline, word, and byte counts for each file