OSDN Git Service

GNU_coreutils: translation snapshot.
[linuxjm/jm.git] / manual / GNU_coreutils / release / man1 / basename.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 BASENAME 1 "March 2012" "GNU coreutils 8.16" ユーザーコマンド
8 .SH 名前
9 basename \- ファイル名からディレクトリと接尾辞を取り除く
10 .SH 書式
11 \fBbasename\fP \fINAME \fP[\fISUFFIX\fP]
12 .br
13 \fBbasename\fP \fIOPTION\fP... \fINAME\fP...
14 .SH 説明
15 .\" Add any additional description here
16 .PP
17 NAME から前にあるディレクトリ部分を取り除いた名前を表示します。
18 SUFFIX が指定された場合、末尾の SUFFIX も取り除きます。
19 .TP 
20 \fB\-a\fP, \fB\-\-multiple\fP
21 引き数を複数をとり、各引き数を NAME として扱います。
22 .TP 
23 \fB\-s\fP, \fB\-\-suffix\fP=\fISUFFIX\fP
24 末尾にある SUFFIX を削除します。
25 .TP 
26 \fB\-z\fP, \fB\-\-zero\fP
27 出力を改行でなく NUL で区切ります。
28 .TP 
29 \fB\-\-help\fP
30 この使い方を表示して終了します。
31 .TP 
32 \fB\-\-version\fP
33 バージョン情報を表示して終了します。
34 .SH 例
35 .TP 
36 basename /usr/bin/sort
37 \-> "sort"
38 .TP 
39 basename include/stdio.h .h
40 \-> "stdio"
41 .TP 
42 basename \fB\-s\fP .h include/stdio.h
43 \-> "stdio"
44 .TP 
45 basename \fB\-a\fP any/str1 any/str2
46 \-> "str1" の後に "str2"
47 .SH 作者
48 David MacKenzie が作成しました。
49 .SH バグ報告
50 basename のバグは bug\-coreutils@gnu.org に報告してください。
51 .br
52 GNU coreutils のホームページは <http://www.gnu.org/software/coreutils/> です。
53 .br
54 GNU ソフトウェアを使用するための一般的なヘルプは
55 <http://www.gnu.org/gethelp/> にあります。
56 .br
57 basename の翻訳のバグは <http://translationproject.org/team/> に報告してください。
58 .SH 著作権
59 Copyright \(co 2012 Free Software Foundation, Inc.  License GPLv3+: GNU GPL
60 version 3 or later <http://gnu.org/licenses/gpl.html>.
61 .br
62 This is free software: you are free to change and redistribute it.  There is
63 NO WARRANTY, to the extent permitted by law.
64 .SH 関連項目
65 dirname(1), readlink(1)
66 .PP
67 \fBbasename\fP の完全なマニュアルは Texinfo マニュアルとして用意されています。
68 \fBinfo\fP と \fBbasename\fP のプログラムがお使いの環境に適切にインストールされているならば、
69 コマンド
70 .IP
71 \fBinfo coreutils \(aqbasename invocation\(aq\fP
72 .PP
73 を実行すると、完全なマニュアルを読むことができるはずです。