summaryrefslogtreecommitdiffstats
path: root/bin/realpath/realpath.1
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-03-09 12:46:39 +0000
committerrwatson <rwatson@FreeBSD.org>2008-03-09 12:46:39 +0000
commitaf8220297084dd222e3114c4b65b1f6cb2ee6765 (patch)
tree3cdb1012a3150a7797c354c731fab47ffbd1702b /bin/realpath/realpath.1
parentf0bfd374ce10c7d8b8f9cec3106ac11de1c97abc (diff)
downloadFreeBSD-src-af8220297084dd222e3114c4b65b1f6cb2ee6765.zip
FreeBSD-src-af8220297084dd222e3114c4b65b1f6cb2ee6765.tar.gz
Enhance realpath(1) in a number of ways:
- Allow realpath to accept multiple paths on the command line. - Add -q to suppress warnings if some paths can't be processed, and use getopt(3) to process flags. - Print the path being requested rather than a possibly partially processed path when a failure occurs so that you can tell which of several passed paths did fail. MFC after: 1 week PR: 112920 Submitted by: Ighighi <ighighi@gmail.com>
Diffstat (limited to 'bin/realpath/realpath.1')
-rw-r--r--bin/realpath/realpath.18
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/realpath/realpath.1 b/bin/realpath/realpath.1
index 3b39545..cf904ed 100644
--- a/bin/realpath/realpath.1
+++ b/bin/realpath/realpath.1
@@ -41,7 +41,9 @@
.Nd return resolved physical path
.Sh SYNOPSIS
.Nm
+.Op Fl q
.Ar path
+.Op Ar ...
.Sh DESCRIPTION
The
.Nm
@@ -55,6 +57,12 @@ and
.Pa /../
in
.Ar path .
+.Pp
+If
+.Fl q
+is specified, warnings will not be printed when
+.Xr realpath 3
+fails.
.Sh EXIT STATUS
.Ex -std
.Sh SEE ALSO
OpenPOWER on IntegriCloud