Base: Add man page for realpath

This commit is contained in:
Tim Ledbetter 2023-09-30 15:25:00 +01:00 committed by Jelle Raaijmakers
parent e904f69c26
commit f30815b534

View file

@ -0,0 +1,21 @@
## Name
realpath - Print resolved file path
## Synopsis
```sh
$ realpath [options] <paths>
```
## 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