OSDN Git Service

Update translations: chroot, csplit, dd, du, pwd
[linuxjm/coreutils.git] / draft / man1 / basename.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.44.1.
2 .TH BASENAME "1" "2016年2月" "GNU coreutils" "ユーザーコマンド"
3 .SH 名前
4 basename \- ファイル名からディレクトリと接尾辞を取り除く
5 .SH 書式
6 .B basename
7 \fI名前 \fR[\fI接尾辞\fR]
8 .br
9 .B basename
10 \fIオプション\fR... \fI名前\fR...
11 .SH 説明
12 .\" Add any additional description here
13 .PP
14 パス名からディレクトリ部分を取り除いた名前を表示します。
15 指定があれば、末尾の接尾辞も取り除きます。
16 .PP
17 長いオプションで必須となっている引数は短いオプションでも必須です。
18 .TP
19 \fB\-a\fR, \fB\-\-multiple\fR
20 引数を複数をとり、各引数を NAME として扱う
21 .TP
22 \fB\-s\fR, \fB\-\-suffix\fR=\fISUFFIX\fR
23 末尾にある SUFFIX を削除する
24 .TP
25 \fB\-z\fR, \fB\-\-zero\fR
26 出力の区切り文字を改行でなく NUL にする
27 .TP
28 \fB\-\-help\fR
29 この使い方を表示して終了する
30 .TP
31 \fB\-\-version\fR
32 バージョン情報を表示して終了する
33 .SH 例
34 .TP
35 basename /usr/bin/sort
36 \-> "sort"
37 .TP
38 basename include/stdio.h .h
39 \-> "stdio"
40 .TP
41 basename \-s .h include/stdio.h
42 \-> "stdio"
43 .TP
44 basename \-a any/str1 any/str2
45 \-> "str1" の後に "str2"
46 .PP
47 GNU coreutils のオンラインヘルプ: <http://www.gnu.org/software/coreutils/>
48 basename の翻訳に関するバグは <http://translationproject.org/team/ja.html> に連絡してください。
49 完全な文書は <http://www.gnu.org/software/coreutils/basename> にあります。
50 ローカルでは info '(coreutils) basename invocation' で参照できます。
51 .SH 作者
52 作者 David MacKenzie。
53 .SH 著作権
54 Copyright \(co 2016 Free Software Foundation, Inc.
55 ライセンス GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
56 .br
57 This is free software: you are free to change and redistribute it.
58 There is NO WARRANTY, to the extent permitted by law.
59 .SH 関連項目
60 dirname(1), readlink(1)
61 .PP
62 .B basename
63 の完全なマニュアルは Texinfo マニュアルとして整備されている。もし、
64 .B info
65 および
66 .B basename
67 のプログラムが正しくインストールされているならば、コマンド
68 .IP
69 .B info basename
70 .PP
71 を使用すると完全なマニュアルを読むことができるはずだ。