freebsd man page for realpath

Query: realpath

OS: freebsd

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

REALPATH(1)						    BSD 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.
SEE ALSO
realpath(3)
HISTORY
The realpath utility first appeared in FreeBSD 4.3.
BSD
June 21, 2011 BSD
Related Man Pages
realpath(3) - mojave
explain_realpath_or_die(3) - debian
realpath(1) - centos
realpath(1) - plan9
realpath(1) - xfree86
Similar Topics in the Unix Linux Community
Realpath [Missing Manual][AIX 7.1]
Convert Relative path to Absolute path, without changing directory to the file location.