OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / gnumaniak / draft / man1 / unexpand.1
1 .\" You may copy, distribute and modify under the terms of the LDP General
2 .\" Public License as specified in the LICENSE file that comes with the
3 .\" gnumaniak distribution
4 .\"
5 .\" The author kindly requests that no comments regarding the "better"
6 .\" suitability or up-to-date notices of any info documentation alternative
7 .\" is added without contacting him first.
8 .\"
9 .\" (C) 2002 Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>
10 .\"
11 .\"     GNU unexpand man page
12 .\"     man pages are NOT obsolete!
13 .\"     <ragnar@ragnar-hojland.com>
14 .\"
15 .\" Japanese Version Copyright (c) 2000 NAKANO Takeo all rights reserved.
16 .\" Translated Sun 12 Mar 2000 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
17 .\" Updated & Modified Sat Jan 24 21:52:22 JST 2004
18 .\"         by Yuichi SATO <ysato444@yahoo.co.jp>
19 .\"
20 .TH UNEXPAND 1 "7 October 2002" "GNU textutils 2.1"
21 .\"O .SH NAME
22 .\"O \fBunexpand\fR \- convert spaces to tabs
23 .SH 名前
24 unexpand \- スペースをタブに変換する
25 .\"O .SH SYNOPSIS
26 .SH 書式
27 .B unexpand
28 .RB [ \-a ]
29 .RB [ \-\fITAB1\fR[\fB,\fITAB2... ]
30 .RB [ "\-t \fITAB1\fR[\fB,\fITAB2..." ]
31 .RB [ \-\-all ]
32 .RB [ \-\-first\-only ]
33 .RB [ \-\-tabs=\fITAB1\fR[\fB,\fITAB2... ]
34 .RI [ FILE... ]
35
36 .BR unexpand " [" \-\-help "] [" \-\-version ]
37 .\"O .SH DESCRIPTION
38 .SH 説明
39 .\"O .B unexpand
40 .\"O writes each 
41 .\"O .I FILE
42 .\"O to standard output, replacing strings of two or more spaces or tab
43 .\"O characters with as many tabs as possible followed by as many spaces as are
44 .\"O needed.  If
45 .\"O .I FILE
46 .\"O is omitted or if it is a
47 .\"O .RB ` \- ',
48 .\"O standard input is used for reading.
49 .B unexpand
50 は指定されたファイルの内容を標準出力に書き込む。
51 その際「2 つ以上のスペースまたはタブ文字からなる文字列」を変換し、
52 できるだけ多くのタブ文字に、必要な分のスペース文字を加えた文字列にする。
53 .I FILE
54 が 1 つも与えられないと標準入力から読み込む。また
55 .I FILE
56
57 .RB ` \- '
58 だった場合には、そのファイルには標準入力が用いられる。
59 .\"O .SH OPTIONS
60 .SH オプション
61 .TP
62 .B \-\fITAB1\fR[\fB,\fITAB2...\fR]\fB, \-t \fITAB1\fR[\fB,\fITAB2...\fR]\fB, \-\-tabs=\fITAB1\fR[\fB,\fITAB2...\fR]
63 .\"O If only one tab stop is given, set the tabs \fITAB1\fR spaces apart
64 .\"O (default is 8).  Otherwise, set the tabs at columns \fITAB1\fR, \fITAB2\fR,
65 .\"O \fI...\fR (numbered from 0), and replace any tabs beyond the last
66 .\"O tabstop given with single spaces.  If the tabstops are specified
67 .\"O with the \fB\-\-tabs\fR option, they can be separated by blanks as well as
68 .\"O by commas.  Short option form \fB\-\fR is deprecated.
69 .\"nakano: 原文は expand の説明。unexpand.info からのものを
70 .\"        採用する。
71 .\" If only one tab stop is given, set the tabs \fITAB1\fR spaces apart
72 .\" (default 8).  Otherwise, set the tabs at columns \fITAB1\fR, \fITAB2\fR,
73 .\" \fI...\fR (numbered from 0), and leave spaces and tabs beyond the tabstops
74 .\" given unchanged.  If the tabstops are specified with the \fB\-\-tabs\fR
75 .\" option, they can be separated by blanks as well as by commas.
76 .\" This option implies the \fB\-a\fR option.
77 タブストップが 1 つだけ与えられた場合には、
78 タブを \fITAB1\fP おきに設定する (デフォルトは 8)。
79 その他の場合は、タブを \fITAB1\fP 桁、\fITAB2\fP 桁... に設定し
80 (桁数は 0 から数え始める) 、
81 最後のタブ位置以降のタブ文字やスペース文字は変換せずにそのまま出力する。
82 タブストップを
83 .BR \-\-tabs " (" \-t )
84 オプションで指定する際には、それぞれの間は空白またはコンマで区切る。
85 短いオプション形式 \fB\-\fR は推奨されない。
86 このオプションが指定されると
87 .B \-a
88 オプションも同時に指定されたことになる。
89 .TP
90 .B \-a, \-\-all
91 .\"O Convert all strings of two or more spaces or tabs, not just initial
92 .\"O ones, to tabs.
93 先頭のものだけでなく、
94 行中の「タブ文字とスペース文字からなる 2 文字以上の文字列」をすべて変換する。
95 .TP
96 .B \-\-first\-only
97 .\"O Perform only one replacement and exit.
98 1 度だけ置き換えを行って終了する。
99 .TP
100 .B "\-\-help"
101 .\"O Print a usage message on standard output and exit successfully.
102 標準出力に使用方法のメッセージを出力して正常終了する。
103 .TP
104 .B "\-\-version"
105 .\"O Print version information on standard output then exit successfully.
106 標準出力にバージョン情報を出力して正常終了する。
107 .\"O .SH NOTES
108 .SH 注意
109 .\"O Report bugs to bug-textutils@gnu.org.
110 .\"O .br
111 .\"O Man page by Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>
112 プログラムのバグについては bug-textutils@gnu.org に報告してください。
113 .br
114 man ページは Ragnar Hojland Espinosa
115 <ragnar@ragnar-hojland.com> が作成しました。