From f30815b53442428cc1e008181e9021e1c75426ff Mon Sep 17 00:00:00 2001 From: Tim Ledbetter Date: Sat, 30 Sep 2023 15:25:00 +0100 Subject: [PATCH] Base: Add man page for `realpath` --- Base/usr/share/man/man1/realpath.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Base/usr/share/man/man1/realpath.md diff --git a/Base/usr/share/man/man1/realpath.md b/Base/usr/share/man/man1/realpath.md new file mode 100644 index 0000000000..0e09eba256 --- /dev/null +++ b/Base/usr/share/man/man1/realpath.md @@ -0,0 +1,21 @@ +## Name + +realpath - Print resolved file path + +## Synopsis + +```sh +$ realpath [options] +``` + +## Options + +* `-q`, `--quiet`: Suppress error messages. + +## Description + +Show the 'real' path of a file, by resolving all symbolic links along the way. + +## Arguments + +* `paths`: Paths to resolve