realpath -- return resolved physical path
realpath path
The realpath utility uses the realpath(3) function to resolve all symbolic
links, extra `/' characters and references to /./ and /../ in path.
The realpath utility exits 0 on success, and >0 if an error occurs.
realpath(3)
The realpath utility first appeared in FreeBSD 4.3.
FreeBSD 5.2.1 November 24, 2000 FreeBSD 5.2.1 [ Back ] |