mirror of https://github.com/CrimsonTome/tldr.git
cksum: add more information link (#5573)
parent
572bb893c6
commit
88f33bba41
|
@ -2,6 +2,7 @@
|
|||
|
||||
> 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/manual/html_node/cksum-invocation.html>.
|
||||
|
||||
- Calcola e mostra un checksum di 32 bit, dimensione in byte e nome del file:
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> 파일의 바이트 개수나 CRC 무결성 검사를 계산합니다.
|
||||
> 알립니다, 오래된 UNIX 시스템은 CRC 검사가 다를 수 있습니다.
|
||||
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/cksum-invocation.html>.
|
||||
|
||||
- 바이트 단위의 사이즈와 파일이름의 32비트 무결성 검사를 보여줍니다:
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Calculates CRC checksums and byte counts of a file.
|
||||
> Note, on old UNIX systems the CRC implementation may differ.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/cksum-invocation.html>.
|
||||
|
||||
- Display a 32 bit checksum, size in bytes and filename:
|
||||
|
||||
|
|
Loading…
Reference in New Issue