other languages
EXPAND(1) | User Commands | EXPAND(1) |
名稱¶
expand - 將製表符轉換爲空格概述¶
expand [選項]... [文件列表]...描述¶
將所列文件中的製表符轉換爲空格,且輸出到標準輸出。如果沒有指定文件,或者指定文件爲“-”,則從標準輸入讀取。
必選參數對長短選項同時適用。
- -i, --initial
- 不轉換非空白符後的製表符
- -t, --tabs=數值
- 設置每個製表符爲指定數值的寬度,而不是默認的 8
- -t, --tabs=列表
- 使用明確的製表位置列表,用逗號分隔
- --help
- 顯示此幫助信息並退出
- --version
- 顯示版本信息並退出
作者¶
由 David MacKenzie 編寫。報告錯誤¶
GNU coreutils 的在線幫助: <../../software/coreutils/>請向 <../../team/zh_CN.html> 報告 expand 的翻譯錯誤。
版權¶
Copyright © 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <../../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.
參見¶
unexpand(1)完整文檔請見:
<../../software/coreutils/expand>
或者在本地使用: info
'(coreutils) expand invocation'
跋¶
本頁面中文版由中文 man 手冊頁計劃提供。中文 man 手冊頁計劃:../../man-pages-zh/manpages-zh
2017年1月 | GNU coreutils 8.26 |