OSDN Git Service

Update translations: chroot, csplit, dd, du, pwd
[linuxjm/coreutils.git] / original / man1 / basename.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.3.
2 .TH BASENAME "1" "January 2016" "GNU coreutils 8.25" "User Commands"
3 .SH NAME
4 basename \- strip directory and suffix from filenames
5 .SH SYNOPSIS
6 .B basename
7 \fI\,NAME \/\fR[\fI\,SUFFIX\/\fR]
8 .br
9 .B basename
10 \fI\,OPTION\/\fR... \fI\,NAME\/\fR...
11 .SH DESCRIPTION
12 .\" Add any additional description here
13 .PP
14 Print NAME with any leading directory components removed.
15 If specified, also remove a trailing SUFFIX.
16 .PP
17 Mandatory arguments to long options are mandatory for short options too.
18 .TP
19 \fB\-a\fR, \fB\-\-multiple\fR
20 support multiple arguments and treat each as a NAME
21 .TP
22 \fB\-s\fR, \fB\-\-suffix\fR=\fI\,SUFFIX\/\fR
23 remove a trailing SUFFIX; implies \fB\-a\fR
24 .TP
25 \fB\-z\fR, \fB\-\-zero\fR
26 end each output line with NUL, not newline
27 .TP
28 \fB\-\-help\fR
29 display this help and exit
30 .TP
31 \fB\-\-version\fR
32 output version information and exit
33 .SH EXAMPLES
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" followed by "str2"
46 .SH AUTHOR
47 Written by David MacKenzie.
48 .SH "REPORTING BUGS"
49 GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
50 .br
51 Report basename translation bugs to <http://translationproject.org/team/>
52 .SH COPYRIGHT
53 Copyright \(co 2016 Free Software Foundation, Inc.
54 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
55 .br
56 This is free software: you are free to change and redistribute it.
57 There is NO WARRANTY, to the extent permitted by law.
58 .SH "SEE ALSO"
59 dirname(1), readlink(1)
60 .PP
61 .br
62 Full documentation at: <http://www.gnu.org/software/coreutils/basename>
63 .br
64 or available locally via: info \(aq(coreutils) basename invocation\(aq