freebsd-dev/bin/realpath
Robert Watson 08995e292e 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>
2008-03-09 12:46:39 +00:00
..
Makefile Move the realpath(1) source into its own directory. Previously, it 2002-02-11 07:32:17 +00:00
realpath.1 Enhance realpath(1) in a number of ways: 2008-03-09 12:46:39 +00:00
realpath.c Enhance realpath(1) in a number of ways: 2008-03-09 12:46:39 +00:00