OSDN Git Service

Update translations: chroot, csplit, dd, du, pwd
[linuxjm/coreutils.git] / draft / man1 / expand.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.44.1.
2 .TH EXPAND "1" "2016年2月" "GNU coreutils" "ユーザーコマンド"
3 .SH 名前
4 expand \- タブをスペースに変換する
5 .SH 書式
6 .B expand
7 [\fIオプション\fR]... [\fIファイル\fR]...
8 .SH 説明
9 .\" Add any additional description here
10 .PP
11 各 FILE のタブをスペースに変換し、標準出力に書き出します。
12 .PP
13 ファイルの指定がなかったり、 \- であった場合, 標準入力から読み込みます。
14 .PP
15 長いオプションで必須となっている引数は短いオプションでも必須です。
16 .TP
17 \fB\-i\fR, \fB\-\-initial\fR
18 非空白類文字の後にあるタブを変換しない
19 .TP
20 \fB\-t\fR, \fB\-\-tabs\fR=\fINUMBER\fR
21 タブの文字数を 8 個ではなく NUMBER 個にする
22 .TP
23 \fB\-t\fR, \fB\-\-tabs\fR=\fILIST\fR
24 コンマ (,) で区切られた LIST にタブ位置を設定する
25 .TP
26 \fB\-\-help\fR
27 この使い方を表示して終了する
28 .TP
29 \fB\-\-version\fR
30 バージョン情報を表示して終了する
31 .PP
32 GNU coreutils のオンラインヘルプ: <http://www.gnu.org/software/coreutils/>
33 expand の翻訳に関するバグは <http://translationproject.org/team/ja.html> に連絡してください。
34 完全な文書は <http://www.gnu.org/software/coreutils/expand> にあります。
35 ローカルでは info '(coreutils) expand invocation' で参照できます。
36 .SH 作者
37 作者 David MacKenzie。
38 .SH 著作権
39 Copyright \(co 2016 Free Software Foundation, Inc.
40 ライセンス GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
41 .br
42 This is free software: you are free to change and redistribute it.
43 There is NO WARRANTY, to the extent permitted by law.
44 .SH 関連項目
45 unexpand(1)
46 .PP
47 .B expand
48 の完全なマニュアルは Texinfo マニュアルとして整備されている。もし、
49 .B info
50 および
51 .B expand
52 のプログラムが正しくインストールされているならば、コマンド
53 .IP
54 .B info expand
55 .PP
56 を使用すると完全なマニュアルを読むことができるはずだ。