OSDN Git Service

GNU_coreutils: translate snapshot.
[linuxjm/jm.git] / manual / GNU_coreutils / release / man1 / unexpand.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .\"*******************************************************************
3 .\"
4 .\" This file was generated with po4a. Translate the source file.
5 .\"
6 .\"*******************************************************************
7 .TH UNEXPAND 1 "March 2012" "GNU coreutils 8.16" ユーザーコマンド
8 .SH 名前
9 unexpand \- convert spaces to tabs
10 .SH 書式
11 \fBunexpand\fP [\fIOPTION\fP]... [\fIFILE\fP]...
12 .SH 説明
13 .\" Add any additional description here
14 .PP
15 Convert blanks in each FILE to tabs, writing to standard output.  With no
16 FILE, or when FILE is \-, read standard input.
17 .PP
18 長いオプションでの必須の引き数は、短いオプションにおいても必須です。
19 .TP 
20 \fB\-a\fP, \fB\-\-all\fP
21 convert all blanks, instead of just initial blanks
22 .TP 
23 \fB\-\-first\-only\fP
24 convert only leading sequences of blanks (overrides \fB\-a\fP)
25 .TP 
26 \fB\-t\fP, \fB\-\-tabs\fP=\fIN\fP
27 have tabs N characters apart instead of 8 (enables \fB\-a\fP)
28 .TP 
29 \fB\-t\fP, \fB\-\-tabs\fP=\fILIST\fP
30 use comma separated LIST of tab positions (enables \fB\-a\fP)
31 .TP 
32 \fB\-\-help\fP
33 この使い方を表示して終了します。
34 .TP 
35 \fB\-\-version\fP
36 バージョン情報を表示して終了します。
37 .SH 作者
38 David MacKenzie が作成しました。
39 .SH バグ報告
40 unexpand のバグは bug\-coreutils@gnu.org に報告してください。
41 .br
42 GNU coreutils のホームページは <http://www.gnu.org/software/coreutils/> です。
43 .br
44 GNU ソフトウェアを使用するための一般的なヘルプは
45 <http://www.gnu.org/gethelp/> にあります。
46 .br
47 unexpand の翻訳のバグは <http://translationproject.org/team/> に報告してください。
48 .SH 著作権
49 Copyright \(co 2012 Free Software Foundation, Inc.  License GPLv3+: GNU GPL
50 version 3 or later <http://gnu.org/licenses/gpl.html>.
51 .br
52 This is free software: you are free to change and redistribute it.  There is
53 NO WARRANTY, to the extent permitted by law.
54 .SH 関連項目
55 expand(1)
56 .PP
57 \fBunexpand\fP の完全なマニュアルは Texinfo マニュアルとして用意されています。
58 \fBinfo\fP と \fBunexpand\fP のプログラムがお使いの環境に適切にインストールされているならば、
59 コマンド
60 .IP
61 \fBinfo coreutils \(aqunexpand invocation\(aq\fP
62 .PP
63 を実行すると、完全なマニュアルを読むことができるはずです。