other languages
FOLD(1) | 用戶命令 | FOLD(1) |
名稱¶
fold - 對每個輸入行進行摺疊以適應指定寬度概述¶
fold [選項]... [文件]...描述¶
將每個指定文件中的行進行摺疊,並寫入至標準輸出。如果沒有指定文件,或者指定文件爲“-”,則從標準輸入讀取。
必選參數對長短選項同時適用。
- -b, --bytes
- 計算字節數而不是列數
- -s, --spaces
- 在空格處斷行
- -w, --width=寬度
- 使用指定的列寬度代替默認的80
- --help
- 顯示此幫助信息並退出
- --version
- 顯示版本信息並退出
作者¶
由 David MacKenzie 編寫。報告錯誤¶
GNU coreutils 的在線幫助: <http://www.gnu.org/software/coreutils/>請向 <http://translationproject.org/team/zh_CN.html> 報告 fold 的翻譯錯誤。
版權¶
Copyright © 2017 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.
參見¶
完整文檔請見: <http://www.gnu.org/software/coreutils/fold>或者在本地使用: info '(coreutils) fold invocation'
跋¶
本頁面中文版由中文 man 手冊頁計劃提供。中文 man 手冊頁計劃:https://github.com/man-pages-zh/manpages-zh
2017年10月 | GNU coreutils 8.28 |