名称
sha224sum - 计算并校验 SHA224 信息摘要
概述
sha224sum [选项]... [文件列表]...
描述
输出或检查 SHA224 (224位) 校验和。如果没有给出文件参数,或者文件参数是“-”,则从标准输入读取。
- -b, --binary
- 以二进制模式读入
- -c, --check
- 从指定文件中读取 SHA224 文件校验和信息并对它们进行检查
- --tag
- 创建一个 BSD 风格的校验和
- -t, --text
- 以文本模式读入(默认)
下面四个选项仅在验证校验和时有用:
- --quiet
- 不要为每个成功验证的文件显示成功信息
- --status
- 不要输出任何信息,由返回值判断成功与否
- --strict
- 为没有正确格式化的校验和文字行给出非零返回值
- -w, --warn
- 为没有正确格式化的校验和文字行给出警告信息
- --help
- 显示此帮助信息并退出
- --version
- 显示版本信息并退出
校验和按照 RFC 3874 描述的方式进行计算。在校验过程中,其输入内容应当为该程序先前的输出内容。默认模式是输出一行文字,包含校验和、一个指示输入模式的字符('*' 表示二进制输入,空格表示字符输入)以及每个文件的名称。
作者
由 Ulrich Drepper, Scott Miller 和 David Madore 编写。
报告错误
GNU coreutils 的在线帮助: <http://www.gnu.org/software/coreutils/>
请向 <http://translationproject.org/team/zh_CN.html> 报告 sha224sum 的翻译错误。
请向 <http://translationproject.org/team/zh_CN.html> 报告 sha224sum 的翻译错误。
版权
Copyright © 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL
version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
参见
完整文档请见: <http://www.gnu.org/software/coreutils/sha224sum>
或者在本地使用: info aq(coreutils) sha2 utilitiesaq
或者在本地使用: info aq(coreutils) sha2 utilitiesaq