OSDN Git Service

Update translations: chroot, csplit, dd, du, pwd
[linuxjm/coreutils.git] / draft / man1 / fold.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.44.1.
2 .TH FOLD "1" "2016年2月" "GNU coreutils" "ユーザーコマンド"
3 .SH 名前
4 fold \- 入力の各行を指定された幅で折り返す
5 .SH 書式
6 .B fold
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\-b\fR, \fB\-\-bytes\fR
18 列数ではなくバイト数で数える
19 .TP
20 \fB\-s\fR, \fB\-\-spaces\fR
21 空白の位置で折り返す
22 .TP
23 \fB\-w\fR, \fB\-\-width\fR=\fIWIDTH\fR
24 80 の代わりに幅を WIDTH で指定する
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 fold の翻訳に関するバグは <http://translationproject.org/team/ja.html> に連絡してください。
34 完全な文書は <http://www.gnu.org/software/coreutils/fold> にあります。
35 ローカルでは info '(coreutils) fold 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 .B fold
46 の完全なマニュアルは Texinfo マニュアルとして整備されている。もし、
47 .B info
48 および
49 .B fold
50 のプログラムが正しくインストールされているならば、コマンド
51 .IP
52 .B info fold
53 .PP
54 を使用すると完全なマニュアルを読むことができるはずだ。