OSDN Git Service

GNU_coreutils: Update originals to version 8.16.
[linuxjm/jm.git] / manual / GNU_coreutils / original / man1 / realpath.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH REALPATH "1" "March 2012" "GNU coreutils 8.16" "User Commands"
3 .SH NAME
4 realpath \- print the resolved path
5 .SH SYNOPSIS
6 .B realpath
7 [\fIOPTION\fR]... \fIFILE\fR...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Print the resolved absolute file name;
12 all but the last component must exist
13 .TP
14 \fB\-e\fR, \fB\-\-canonicalize\-existing\fR
15 all components of the path must exist
16 .TP
17 \fB\-m\fR, \fB\-\-canonicalize\-missing\fR
18 no components of the path need exist
19 .TP
20 \fB\-L\fR, \fB\-\-logical\fR
21 resolve '..' components before symlinks
22 .TP
23 \fB\-P\fR, \fB\-\-physical\fR
24 resolve symlinks as encountered (default)
25 .TP
26 \fB\-q\fR, \fB\-\-quiet\fR
27 suppress most error messages
28 .TP
29 \fB\-\-relative\-to\fR=\fIFILE\fR
30 print the resolved path relative to FILE
31 .TP
32 \fB\-\-relative\-base\fR=\fIFILE\fR
33 print absolute paths unless paths below FILE
34 .TP
35 \fB\-s\fR, \fB\-\-strip\fR, \fB\-\-no\-symlinks\fR
36 don't expand symlinks
37 .TP
38 \fB\-z\fR, \fB\-\-zero\fR
39 separate output with NUL rather than newline
40 .TP
41 \fB\-\-help\fR
42 display this help and exit
43 .TP
44 \fB\-\-version\fR
45 output version information and exit
46 .SH AUTHOR
47 Written by Padraig Brady.
48 .SH "REPORTING BUGS"
49 Report realpath bugs to bug\-coreutils@gnu.org
50 .br
51 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
52 .br
53 General help using GNU software: <http://www.gnu.org/gethelp/>
54 .br
55 Report realpath translation bugs to <http://translationproject.org/team/>
56 .SH COPYRIGHT
57 Copyright \(co 2012 Free Software Foundation, Inc.
58 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
59 .br
60 This is free software: you are free to change and redistribute it.
61 There is NO WARRANTY, to the extent permitted by law.
62 .SH "SEE ALSO"
63 readlink(1), readlink(2), realpath(3)
64 .PP
65 The full documentation for
66 .B realpath
67 is maintained as a Texinfo manual.  If the
68 .B info
69 and
70 .B realpath
71 programs are properly installed at your site, the command
72 .IP
73 .B info coreutils \(aqrealpath invocation\(aq
74 .PP
75 should give you access to the complete manual.