Skip to content

Commit c45ec70

Browse files
committed
mention GNU coreutils
1 parent db00243 commit c45ec70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

file-api.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -972,8 +972,8 @@
972972
end up with a \emph{broken link}.
973973
\item \texttt{readlink} is useful in the situation where you want to
974974
\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:
975+
\item On some systems (e.g. macOS or systems with GNU coreutils)
976+
there is a \texttt{readlink} command that will display symlink target:
977977
\begin{verbatim}
978978
$ ls -l /etc/aliases
979979
lrwxr-xr-x 1 root wheel 15 Oct 24 2017 /etc/aliases -> postfix/aliases

0 commit comments

Comments
 (0)