OSDN Git Service

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