GNU coreutils
7 October 2002
manpages-ja
Japanese version of the manual pages (for users)
man-pages-ja
Japanese man (manual) pages from the Japanese Manual Project
coreutils
The basic file, shell and text manipulation utilities of the GNU operating system
coreutils-common
coreutils common optional components
coreutils-doc
Documentation for the GNU Core Utilities
名前
unexpand - スペースをタブに変換する
書式
unexpand [オプション]... [ファイル]...
説明
各 FILE に含まれている空白をタブに変換して、標準出力に書き出します。
ファイルの指定がなかったり、 - であった場合, 標準入力から読み込みます。
長いオプションで必須となっている引数は短いオプションでも必須です。
-a, --all | 先頭の空白だけでなく、全ての空白を変換する |
--first-only | |
空白のうち最初の一連の空白のみ変換する (-a より優先される) | |
-t, --tabs=N | |
タブ幅を 8 文字ではなく N 文字にする (-a が有効になる) | |
-t, --tabs=LIST | |
タブ位置をコンマで区切られた LIST に設定する (-a が有効になる) | |
--help | この使い方を表示して終了する |
--version | |
バージョン情報を表示して終了する |
作者
作者 David MacKenzie。
著作権
Copyright © 2016 Free Software Foundation, Inc. ライセンス 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.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
関連項目
expand(1)
を使用すると完全なマニュアルを読むことができるはずだ。
unexpand の完全なマニュアルは Texinfo マニュアルとして整備されている。もし、 info および unexpand のプログラムが正しくインストールされているならば、コマンド
info unexpand |