.TH REALPATH 1 2022-03-06 "OMKOV coreutils" "General Commands Manual" .SH NAME realpath \(em resolve an absolute pathname .SH SYNOPSYS \fBrealpath\fR [\fIfile\fR...] .SH DESCRIPTION Resolve the absolute path for each input \fIfile\fR. If \fIfile\fR is unspecified, the path of the current working directory will be resolved. .SH OPTIONS The following options are supported: .TP .B --help Display help information. .TP .B --version Display version information. .SH OPERANDS The following operand is supported: .TP .I file A pathname of a file. .SH EXIT STATUS The following exit values will be returned: .TP \ 0 Successful completion. .TP >0 An error occurred. .SH COPYRIGHT .nf Copyright (C) 2020, Jakob Wakeling MIT Licence (https://opensource.org/licenses/MIT) .fi