1READLINK(1)                      User Commands                     READLINK(1)
2
3
4

NAME

6       readlink - display value of a symbolic link
7

SYNOPSIS

9       readlink [OPTION]... FILE
10

DESCRIPTION

12       Display value of a symbolic link on standard output.
13
14       -f, --canonicalize
15              canonicalize  by  following  every symlink in every component of
16              the given name recursively; all  but  the  last  component  must
17              exist
18
19       -e, --canonicalize-existing
20              canonicalize  by  following  every symlink in every component of
21              the given name recursively, all components must exist
22
23       -m, --canonicalize-missing
24              canonicalize by following every symlink in  every  component  of
25              the  given  name recursively, without requirements on components
26              existence
27
28       -n, --no-newline
29              do not output the trailing newline
30
31       -q, --quiet,
32
33       -s, --silent
34              suppress most error messages
35
36       -v, --verbose
37              report error messages
38
39       --help display this help and exit
40
41       --version
42              output version information and exit
43

AUTHOR

45       Written by Dmitry V. Levin.
46

REPORTING BUGS

48       Report bugs to <bug-coreutils@gnu.org>.
49
51       Copyright © 2007 Free Software Foundation, Inc.
52       This is free software.  You may redistribute copies  of  it  under  the
53       terms       of       the      GNU      General      Public      License
54       <http://www.gnu.org/licenses/gpl.html>.  There is NO WARRANTY,  to  the
55       extent permitted by law.
56

SEE ALSO

58       readlink(2)
59
60       The  full documentation for readlink is maintained as a Texinfo manual.
61       If the info and readlink programs are properly installed at your  site,
62       the command
63
64              info readlink
65
66       should give you access to the complete manual.
67
68
69
70GNU coreutils 6.9                 March 2008                       READLINK(1)
Impressum