1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 05:54:59 +00:00
serenity/Base/usr/share/man/man1/realpath.md
2023-10-02 20:56:38 +02:00

21 lines
294 B
Markdown

## 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