MirBSD manpage: readlink(1)

READLINK(1)                  BSD Reference Manual                  READLINK(1)

NAME

     readlink - display target of symbolic link or realpath on standard

SYNOPSIS

     readlink [-fn] file

DESCRIPTION

     The readlink utility when invoked with the pathname of a symbolic link as
     its argument dereferences the symbolic link and prints the name of target
     on standard output. If the -f option is not specified and readlink is in-
     voked with an argument other than the pathname of a symbolic link, it ex-
     its with a nonzero exit code without printing anything.

     The options are as follows:

     -f      Canonicalize by following every symlink in every component of the
             given path recursively. readlink will resolve both absolute and
             relative paths and return the absolute pathname corresponding to
             file. The argument does not need to be a symbolic link.

     -n      Do not print a trailing newline character.

     The readlink utility exits 0 on success or >0 if an error occurred.

SEE ALSO

     readlink(2), realpath(3)

HISTORY

     The readlink utility first appeared in OpenBSD 2.1.

MirBSD #10-current             August 18, 1997                               1

Generated on 2022-12-24 01:00:14 by $MirOS: src/scripts/roff2htm,v 1.113 2022/12/21 23:14:31 tg Exp $ — This product includes material provided by mirabilos.

These manual pages and other documentation are copyrighted by their respective writers; their sources are available at the project’s CVSweb, AnonCVS and other mirrors. The rest is Copyright © 2002–2022 MirBSD.

This manual page’s HTML representation is supposed to be valid XHTML/1.1; if not, please send a bug report — diffs preferred.

Kontakt / Impressum & Datenschutzerklärung