logo

cross-unix-documentation

documentation of similarities and (noteworthy) differencies between Unix systems git clone https://hacktivis.me/git/cross-unix-documentation.git
commit: 88765f2e4555806ec7abceaab60a77abdcdfb6d1
parent 29022ce628eb6bcc48ca630bc20202bd2f21b913
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 26 Aug 2021 07:35:12 +0200

realpath.1x: New

Diffstat:

Aman1x/realpath.1x41+++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+), 0 deletions(-)

diff --git a/man1x/realpath.1x b/man1x/realpath.1x @@ -0,0 +1,41 @@ +.\" 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