cvs commit: src/bin/realpath realpath.1 realpath.c

Robert Watson rwatson at FreeBSD.org
Sun Mar 16 11:55:57 PDT 2008


rwatson     2008-03-16 18:55:56 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    bin/realpath         realpath.1 realpath.c 
  Log:
  Merge realpath.1:1.11, realpath.c:1.7 from HEAD to RELENG_7:
  
    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.
  
    PR:             112920
    Submitted by:   Ighighi <ighighi at gmail.com>
  
  Revision   Changes    Path
  1.10.10.1  +8 -0      src/bin/realpath/realpath.1
  1.6.18.1   +26 -7     src/bin/realpath/realpath.c


More information about the cvs-src mailing list