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

NAME

6       readlink - print resolved symbolic links or canonical file names
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 delimiter
30
31       -q, --quiet,
32
33       -s, --silent
34              suppress most error messages
35
36       -v, --verbose
37              report error messages
38
39       -z, --zero
40              separate output with NUL rather than newline
41
42       --help display this help and exit
43
44       --version
45              output version information and exit
46
47       GNU  coreutils  online  help:  <http://www.gnu.org/software/coreutils/>
48       Report    readlink    translation   bugs   to   <http://translationpro
49       ject.org/team/>
50

AUTHOR

52       Written by Dmitry V. Levin.
53
55       Copyright © 2013 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), realpath(1), realpath(3)
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.22               October 2018                      READLINK(1)
Impressum