Tizen 2.0 Release
[external/tizen-coreutils.git] / man / readlink.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH READLINK "1" "March 2007" "GNU coreutils 6.9" "User Commands"
3 .SH NAME
4 readlink \- display value of a symbolic link
5 .SH SYNOPSIS
6 .B readlink
7 [\fIOPTION\fR]... \fIFILE\fR
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Display value of a symbolic link on standard output.
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 bugs to <bug\-coreutils@gnu.org>.
48 .SH COPYRIGHT
49 Copyright \(co 2007 Free Software Foundation, Inc.
50 .br
51 This is free software.  You may redistribute copies of it under the terms of
52 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
53 There is NO WARRANTY, to the extent permitted by law.
54 .SH "SEE ALSO"
55 readlink(2)
56 .PP
57 The full documentation for
58 .B readlink
59 is maintained as a Texinfo manual.  If the
60 .B info
61 and
62 .B readlink
63 programs are properly installed at your site, the command
64 .IP
65 .B info readlink
66 .PP
67 should give you access to the complete manual.