mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

- Replace "al" -> "del", "alla" -> "della", etc. in command paths - Replace all instances of "cartella" with "directory" - Update contributing-guides/translation-templates/common-arguments.md to reflect these changes Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Marco Bonelli <marco@mebeim.net> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
9 lines
323 B
Markdown
9 lines
323 B
Markdown
# cksum
|
|
|
|
> Calcola checksum CRC e conta i byte di un file.
|
|
> Nota: in vecchi sistemi UNIX l'implementazione di CRC potrebbe essere diversa.
|
|
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/cksum>.
|
|
|
|
- Calcola e mostra un checksum di 32 bit, dimensione in byte e nome del file:
|
|
|
|
`cksum {{percorso/del/file}}`
|