We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db00243 commit c45ec70Copy full SHA for c45ec70
file-api.tex
@@ -972,8 +972,8 @@
972
end up with a \emph{broken link}.
973
\item \texttt{readlink} is useful in the situation where you want to
974
\texttt{unlink} the symlink's target.
975
-\item On some systems (e.g. macOS) there is a \texttt{readlink} command that
976
-will display symlink target:
+\item On some systems (e.g. macOS or systems with GNU coreutils)
+there is a \texttt{readlink} command that will display symlink target:
977
\begin{verbatim}
978
$ ls -l /etc/aliases
979
lrwxr-xr-x 1 root wheel 15 Oct 24 2017 /etc/aliases -> postfix/aliases
0 commit comments