sbase/readlink.1

33 lines
548 B
Groff
Raw Normal View History

.Dd 2015-11-16
.Dt READLINK 1
.Os sbase
2015-01-30 17:34:36 -05:00
.Sh NAME
.Nm readlink
.Nd print symbolic link target or canonical file name
2015-01-30 17:34:36 -05:00
.Sh SYNOPSIS
.Nm
.Op Fl f
.Op Fl n
.Ar path
2015-01-30 17:34:36 -05:00
.Sh DESCRIPTION
.Nm
writes the target of
.Ar path ,
if it is a symbolic link, to stdout.
If not,
2015-01-30 17:34:36 -05:00
.Nm
exits with a non-zero return value.
2015-01-30 17:34:36 -05:00
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl f
Canonicalize
.Ar path ,
which needn't be a symlink,
by recursively following every symlink in its path components.
2015-01-30 17:34:36 -05:00
.It Fl n
Do not print the terminating newline.
2015-01-30 17:34:36 -05:00
.El
.Sh SEE ALSO
.Xr readlink 2 ,
.Xr realpath 3