OSDN Git Service

coreutils: Update to coreutils 8.22
[linuxjm/jm.git] / manual / GNU_coreutils / original / man1 / realpath.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.43.3.
2 .TH REALPATH "1" "May 2014" "GNU coreutils 8.22" "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 .PP
47 GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
48 Report realpath translation bugs to <http://translationproject.org/team/>
49 .SH AUTHOR
50 Written by Padraig Brady.
51 .SH COPYRIGHT
52 Copyright \(co 2013 Free Software Foundation, Inc.
53 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
54 .br
55 This is free software: you are free to change and redistribute it.
56 There is NO WARRANTY, to the extent permitted by law.
57 .SH "SEE ALSO"
58 readlink(1), readlink(2), realpath(3)
59 .PP
60 The full documentation for
61 .B realpath
62 is maintained as a Texinfo manual.  If the
63 .B info
64 and
65 .B realpath
66 programs are properly installed at your site, the command
67 .IP
68 .B info coreutils \(aqrealpath invocation\(aq
69 .PP
70 should give you access to the complete manual.