UNEXPAND(1) | 用戶命令 | UNEXPAND(1) |
名稱¶
unexpand - 將空格轉換爲製表符
概述¶
unexpand [選項]... [文件列表]...
描述¶
將所列文件中的空格轉換爲製表符,並輸出到標準輸出。
如果沒有指定文件,或者指定文件爲"-",則從標準輸入讀取。
必選參數對長短選項同時適用。
- -a, --all
- 轉換所有的空格,而不僅僅是行首空格
- --first-only
- 只轉換行首空格(覆蓋 -a 選項)
- -t, --tabs=N
- 每 N 個字符作爲一個製表符而不是默認的 8 (啓用 -a 選項)
- -t, --tabs=列表
- 指定製表符位置列表,用逗號分隔。最後的指定位置可以前綴加上‘/’符號以聲明在最後一個明確指定製表符位置的聲明之後對應位置的倍數均爲製表符。另外,還可以使用‘+’的前綴以聲明在最後一個明確指定位置的製表符之後每隔多少的位置間距是一個製表符
- --help
- 顯示此幫助信息並退出
- --version
- 顯示版本信息並退出
作者¶
由 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/unexpand>
或者在本地使用: info
'(coreutils) unexpand invocation'
跋¶
本頁面中文版由中文
man 手冊頁計劃提供。
中文 man
手冊頁計劃:https://github.com/man-pages-zh/manpages-zh
2020年三月 | GNU coreutils 8.32 |