Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
readlink — print symbolic link targetSYNOPSIS
readlink | [-fn] path |
DESCRIPTION
readlink prints the target of the symbolic link specified by path.- -f, --canonicalize
- Print the absolute path of path (which need not be a symbolic link) with all symbolic links expanded, and no . and .. path components.
- -n, --no-newline
- Do not append a newline.