From 0bd4d824f0ae9a04aeea7727ff5521dd9a28d06b Mon Sep 17 00:00:00 2001 From: Itai Nelken <70802936+Itai-Nelken@users.noreply.github.com> Date: Tue, 8 Jun 2021 20:50:40 +0300 Subject: [PATCH] readlink: add page (#6104) --- pages/osx/readlink.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/osx/readlink.md diff --git a/pages/osx/readlink.md b/pages/osx/readlink.md new file mode 100644 index 0000000000..f25d7631f3 --- /dev/null +++ b/pages/osx/readlink.md @@ -0,0 +1,8 @@ +# readlink + +> Follow symlinks and get symlink information. +> More information: . + +- Print the absolute path which the symlink points to: + +`readlink {{path/to/symlink}}`