OSDN Git Service

GNU_coreutils: Add ja.po and snapshot versions of translated pages.
[linuxjm/coreutils.git] / 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 "April 2010" "GNU coreutils 8.5" ユーザーコマンド
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 Mandatory arguments to long options are mandatory for short options too.
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 ソフトウェアを使用するための一般的なヘルプ <http://www.gnu.org/gethelp/> にある。
45 .br
46 unexpand の翻訳のバグは <http://translationproject.org/team/> に報告してください。
47 .SH 著作権
48 Copyright \(co 2010 Free Software Foundation, Inc.  License GPLv3+: GNU GPL
49 version 3 or later <http://gnu.org/licenses/gpl.html>.
50 .br
51 This is free software: you are free to change and redistribute it.  There is
52 NO WARRANTY, to the extent permitted by law.
53 .SH 関連項目
54 expand(1)
55 .PP
56 \fBunexpand\fP の完全なマニュアルは Texinfo マニュアルとして用意されている。
57 \fBinfo\fP と \fBunexpand\fP のプログラムがお使いの環境に適切にインストールされているならば、
58 コマンド
59 .IP
60 \fBinfo coreutils \(aqunexpand invocation\(aq\fP
61 .PP
62 を実行すると、完全なマニュアルを読むことができるはずである。