Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 2000 02:18:53 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/pwd realpath.1 Makefile pwd.1 pwd.c
Message-ID:  <200011241018.CAA62468@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2000/11/24 02:18:53 PST

  Modified files:
    bin/pwd              Makefile pwd.1 pwd.c 
  Added files:
    bin/pwd              realpath.1 
  Log:
  Let the pwd program double as realpath(1).
  
  This lets you resolve pathnames to their underlying physical path:
  
  	critter# realpath /sys/kern/subr_disk.c
  	/freebsd/src/sys/kern/subr_disk.c
  
  Update the pwd man-page slightly.
  
  Revision  Changes    Path
  1.6       +3 -1      src/bin/pwd/Makefile
  1.12      +4 -1      src/bin/pwd/pwd.1
  1.10      +16 -7     src/bin/pwd/pwd.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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