aboutsummaryrefslogblamecommitdiff
path: root/sysutils/readlink/pkg-descr
blob: 286d9bb773ba4366e8026d92b25f6d231378cc09 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                         
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 readlink is invoked with an argument other than
the pathname of a symbolic link, it exits with a nonzero exit code with-
out printing anything.

In other words, this is a command-line interface to the readlink(2)
system call.