Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Mar 2008 12:46:39 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/realpath realpath.1 realpath.c
Message-ID:  <200803091246.m29Ckdvs083549@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2008-03-09 12:46:39 UTC

  FreeBSD src repository

  Modified files:
    bin/realpath         realpath.1 realpath.c 
  Log:
  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>
  
  Revision  Changes    Path
  1.11      +8 -0      src/bin/realpath/realpath.1
  1.7       +26 -7     src/bin/realpath/realpath.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803091246.m29Ckdvs083549>