cksum: add more information link (#5573)

add-set-more-info-link.py
marchersimon 2021-03-30 12:28:58 +02:00 committed by GitHub
parent 572bb893c6
commit 88f33bba41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -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:

View File

@ -2,6 +2,7 @@
> 파일의 바이트 개수나 CRC 무결성 검사를 계산합니다.
> 알립니다, 오래된 UNIX 시스템은 CRC 검사가 다를 수 있습니다.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/cksum-invocation.html>.
- 바이트 단위의 사이즈와 파일이름의 32비트 무결성 검사를 보여줍니다:

View File

@ -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: