Back to Serenity

Readlink

Base/usr/share/man/man1/readlink.md

latest352 B
Original Source

Name

readlink - get symlink target

Synopsis

**sh
$ readlink [--no-newline] <path...>

Description

Print targets of the specified symbolic links.

Options

  • -n, --no-newline: Do not output a newline after each target

Examples

sh
$ readlink /proc/self/cwd

See also