wok annotate coreutils-file-summarize/description.txt @ rev 20860
xlockmore: tiny patch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 22 12:22:33 2019 +0100 (2019-02-22) |
parents | |
children |
rev | line source |
---|---|
al@19215 | 1 Coreutils: Core GNU (file, text, shell) utilities. |
al@19215 | 2 |
al@19215 | 3 * cksum: checksum and count the bytes in a file |
al@19215 | 4 * md5sum: compute and check MD5 message digest |
al@19215 | 5 * sha1sum: compute and check SHA1 message digest |
al@19215 | 6 * sha224sum: compute and check SHA224 message digest |
al@19215 | 7 * sha256sum: compute and check SHA256 message digest |
al@19215 | 8 * sha384sum: compute and check SHA384 message digest |
al@19215 | 9 * sha512sum: compute and check SHA512 message digest |
al@19215 | 10 * sum: checksum and count the blocks in a file |
al@19215 | 11 * wc: print newline, word, and byte counts for each file |