OSDN Git Service

GNU_coreutils: Add ja.po and snapshot versions of translated pages.
[linuxjm/coreutils.git] / release / man1 / dirname.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 DIRNAME 1 "April 2010" "GNU coreutils 8.5" ユーザーコマンド
8 .SH 名前
9 dirname \- strip last component from file name
10 .SH 書式
11 \fBdirname\fP \fINAME\fP
12 .br
13 \fBdirname\fP \fIOPTION\fP
14 .SH 説明
15 .\" Add any additional description here
16 .PP
17 Print NAME with its trailing /component removed; if NAME contains no /'s,
18 output `.' (meaning the current directory).
19 .TP 
20 \fB\-\-help\fP
21 この使い方を表示して終了する
22 .TP 
23 \fB\-\-version\fP
24 バージョン情報を表示して終了する
25 .SH 例
26 .TP 
27 dirname /usr/bin/sort
28 Output "/usr/bin".
29 .TP 
30 dirname stdio.h
31 Output ".".
32 .SH 作者
33 David MacKenzie と Jim Meyering が作成した。
34 .SH バグ報告
35 dirname のバグは bug\-coreutils@gnu.org に報告してください。
36 .br
37 GNU coreutils のホームページは <http://www.gnu.org/software/coreutils/> です。
38 .br
39 GNU ソフトウェアを使用するための一般的なヘルプ <http://www.gnu.org/gethelp/> にある。
40 .br
41 dirname の翻訳のバグは <http://translationproject.org/team/> に報告してください。
42 .SH 著作権
43 Copyright \(co 2010 Free Software Foundation, Inc.  License GPLv3+: GNU GPL
44 version 3 or later <http://gnu.org/licenses/gpl.html>.
45 .br
46 This is free software: you are free to change and redistribute it.  There is
47 NO WARRANTY, to the extent permitted by law.
48 .SH 関連項目
49 basename(1), readlink(1)
50 .PP
51 \fBdirname\fP の完全なマニュアルは Texinfo マニュアルとして用意されている。
52 \fBinfo\fP と \fBdirname\fP のプログラムがお使いの環境に適切にインストールされているならば、
53 コマンド
54 .IP
55 \fBinfo coreutils \(aqdirname invocation\(aq\fP
56 .PP
57 を実行すると、完全なマニュアルを読むことができるはずである。