OSDN Git Service

GNU_coreutils: Update originals to version 8.16.
[linuxjm/coreutils.git] / original / man1 / readlink.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH READLINK "1" "March 2012" "GNU coreutils 8.16" "User Commands"
3 .SH NAME
4 readlink \- print value of a symbolic link or canonical file name
5 .SH SYNOPSIS
6 .B readlink
7 [\fIOPTION\fR]... \fIFILE\fR
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Print value of a symbolic link or canonical file name
12 .TP
13 \fB\-f\fR, \fB\-\-canonicalize\fR
14 canonicalize by following every symlink in
15 every component of the given name recursively;
16 all but the last component must exist
17 .TP
18 \fB\-e\fR, \fB\-\-canonicalize\-existing\fR
19 canonicalize by following every symlink in
20 every component of the given name recursively,
21 all components must exist
22 .TP
23 \fB\-m\fR, \fB\-\-canonicalize\-missing\fR
24 canonicalize by following every symlink in
25 every component of the given name recursively,
26 without requirements on components existence
27 .TP
28 \fB\-n\fR, \fB\-\-no\-newline\fR
29 do not output the trailing newline
30 .HP
31 \fB\-q\fR, \fB\-\-quiet\fR,
32 .TP
33 \fB\-s\fR, \fB\-\-silent\fR
34 suppress most error messages
35 .TP
36 \fB\-v\fR, \fB\-\-verbose\fR
37 report error messages
38 .TP
39 \fB\-\-help\fR
40 display this help and exit
41 .TP
42 \fB\-\-version\fR
43 output version information and exit
44 .SH AUTHOR
45 Written by Dmitry V. Levin.
46 .SH "REPORTING BUGS"
47 Report readlink bugs to bug\-coreutils@gnu.org
48 .br
49 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
50 .br
51 General help using GNU software: <http://www.gnu.org/gethelp/>
52 .br
53 Report readlink translation bugs to <http://translationproject.org/team/>
54 .SH COPYRIGHT
55 Copyright \(co 2012 Free Software Foundation, Inc.
56 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
57 .br
58 This is free software: you are free to change and redistribute it.
59 There is NO WARRANTY, to the extent permitted by law.
60 .SH "SEE ALSO"
61 readlink(2)
62 .PP
63 The full documentation for
64 .B readlink
65 is maintained as a Texinfo manual.  If the
66 .B info
67 and
68 .B readlink
69 programs are properly installed at your site, the command
70 .IP
71 .B info coreutils \(aqreadlink invocation\(aq
72 .PP
73 should give you access to the complete manual.