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

NAME

6       readlink - print value of a symbolic link or canonical file name
7

SYNOPSIS

9       readlink [OPTION]... FILE
10

DESCRIPTION

12       Print value of a symbolic link or canonical file name
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 readlink bugs to bug-coreutils@gnu.org
49       GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
50       General help using GNU software: <http://www.gnu.org/gethelp/>
51       Report   readlink   translation   bugs    to    <http://translationpro
52       ject.org/team/>
53
55       Copyright  ©  2010  Free Software Foundation, Inc.  License GPLv3+: GNU
56       GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
57       This is free software: you are free  to  change  and  redistribute  it.
58       There is NO WARRANTY, to the extent permitted by law.
59

SEE ALSO

61       readlink(2)
62
63       The  full documentation for readlink is maintained as a Texinfo manual.
64       If the info and readlink programs are properly installed at your  site,
65       the command
66
67              info coreutils 'readlink invocation'
68
69       should give you access to the complete manual.
70
71
72
73GNU coreutils 8.4                  June 2018                       READLINK(1)
Impressum