readlink.md 349 B

Name

readlink - get symlink target

Synopsis

$ 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

$ readlink /proc/self/cwd

See also

  • readlink(2)