cksum
cksum [OPCIONES] [ARCHIVO]...
Mostrar CRC y tamaño para cada archivo
Options
--algorithm=<ALGORITHM>,-a <ALGORITHM>-
ck-common-help-algorithm
--untagged-
ck-common-help-untagged
--tag-
ck-common-help-tag-default
--length,-l-
ck-common-help-length
--raw-
ck-common-help-raw
--check,-c-
ck-common-help-check
--warn,-w-
ck-common-help-warn
--status-
ck-common-help-status
--quiet-
ck-common-help-quiet
--ignore-missing-
ck-common-help-ignore-missing
--strict-
ck-common-help-strict
--base64-
ck-common-help-base64
--text,-t--binary,-b--zero,-z-
ck-common-help-zero
--debug-
ck-common-help-debug
DIGEST determina el algoritmo de resumen y formato de salida por defecto:
- sysv: (equivalente a sum -s)
- bsd: (equivalente a sum -r)
- crc: (equivalente a cksum)
- crc32b: (solo disponible a través de cksum)
- md5: (equivalente a md5sum)
- sha1: (equivalente a sha1sum)
- sha224: (equivalente a sha224sum)
- sha256: (equivalente a sha256sum)
- sha384: (equivalente a sha384sum)
- sha512: (equivalente a sha512sum)
- blake2b: (equivalente a b2sum)
- sm3: (solo disponible a través de cksum)
Examples
Muestra una suma de comprobación de 32 bits, el tamaño en bytes y el nombre del archivo:
cksum {{ruta/al/archivo}}
The examples are provided by the tldr-pages project under the CC BY 4.0 License.
Please note that, as uutils is a work in progress, some examples might fail.