realpath.1x (1027B)
- .\" This file is part of Cross Unix Documentation
- .\" Copyright © 2019-2021 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
- .\" SPDX-License-Identifier: CC-BY-4.0
- .Dd 2021-08-26
- .Dt REALPATH 1x
- .Os
- .Sh PROLOG
- This manual page is part of
- .Lk https://hacktivis.me/git/cross-unix-documentation "Cross-Unix Documentation"
- which is an attempt to provide documentation of similarities and (noteworthy) differencies between Unix-like systems.
- To be used as an addition to the POSIX standard.
- .Sh NAME
- .Nm realpath
- .Nd print the resolved absolute paths
- .Sh SYNOPSIS
- .Ss FreeBSD, GNU
- .Nm
- .Op Fl q
- .Ar path ...
- .Ss BusyBox
- .Nm
- .Ar file ...
- .Ss NetBSD, OpenBSD
- Absent
- .Sh DESCRIPTION
- .Nm
- prints the resolved absolute file name.
- If
- .Fl q
- is specified, less warnings or error messages will be printed.
- .Pp
- Warning: Behavior might be widely different between implementations.
- .Sh SOURCE
- .Fx 13.0 ,
- .Nx 9.2 ,
- .Ox 6.9
- .Sh SEE ALSO
- .Xr readlink 1 ,
- .Xr realpath 3p
- .Sh AUTHORS
- .An Haelwenn (lanodan) Monnier Aq Mt contact+c-u-d@hacktivis.me