mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:17:44 +00:00
Base: Add man page for realpath
This commit is contained in:
parent
e904f69c26
commit
f30815b534
1 changed files with 21 additions and 0 deletions
21
Base/usr/share/man/man1/realpath.md
Normal file
21
Base/usr/share/man/man1/realpath.md
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue