Files
tldr/pages.zh/common/cksum.md

9 lines
307 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# cksum
> 计算文件的 CRC 校验和和字节数。
> 注意:在旧的 UNIX 系统上CRC 实现可能有所不同。
> 更多信息:<https://www.gnu.org/software/coreutils/manual/html_node/cksum-invocation.html>。
- 显示 32 位校验和、字节大小和文件名:
`cksum {{path/to/file}}`