Skip to content

Commit

Permalink
Base: Add man page for realpath
Browse files Browse the repository at this point in the history
  • Loading branch information
tcl3 authored and gmta committed Oct 2, 2023
1 parent e904f69 commit f30815b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Base/usr/share/man/man1/realpath.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f30815b

Please sign in to comment.