WC(1) | 用户命令 | WC(1) |
wc - 输出文件中的行数、单词数、字节数
wc [选项]...
[文件列表]...
wc [选项]... --files0-from=F
对每个文件输出行、单词和字节统计数,如果指定的文件多于一个,则同时输出总行数。单词指以空白字符分隔的长度非零的可打印字符序列。
如果没有指定文件,或者指定文件为“-”,则从标准输入读取。
下列选项可被用来选择应该显示哪些计数信息。它们总是按照行数、单词数、字符数、字节数、最大行长度的顺序显示。
由 Paul Rubin 和 David MacKenzie 编写。
GNU coreutils 的在线帮助:
<https://www.gnu.org/software/coreutils/>
请向 <https://translationproject.org/team/zh_CN.html>
报告翻译错误。
Copyright © 2022 Free Software Foundation, Inc. License
GPLv3+: GNU GPL version 3 or later
<https://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.
完整文档请见:
<https://www.gnu.org/software/coreutils/wc>
或者在本地使用: info
'(coreutils) wc invocation'
本页面中文版由中文
man 手册页计划提供。
中文 man
手册页计划:https://github.com/man-pages-zh/manpages-zh
2022年9月 | GNU coreutils 9.1 |