*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: realpath | Section: 1 | Source: FreeBSD | File: realpath.1.gz
REALPATH(1) FreeBSD General Commands Manual REALPATH(1) NAME realpath - return resolved physical path SYNOPSIS realpath [-q] [path ...] DESCRIPTION The realpath utility uses the realpath(3) function to resolve all symbolic links, extra `/' characters and references to /./ and /../ in path. If path is absent, the current working directory (`.') is assumed. If -q is specified, warnings will not be printed when realpath(3) fails. EXIT STATUS The realpath utility exits 0 on success, and >0 if an error occurs. EXAMPLES Show the physical path of the /dev/log directory silencing warnings if any: $ realpath -q /dev/log /var/run/log SEE ALSO realpath(3) HISTORY The realpath utility first appeared in FreeBSD 4.3. FreeBSD 14.1-RELEASE-p8 June 21, 2011 FreeBSD 14.1-RELEASE-p8

Navigation Options