| 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 © 2020 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
| 2020年三月 | GNU coreutils 8.32 |