small programs


cdate: A small program to convert seconds since the epoch into a human readable date. Useful to determine the dates of update wraps which have been installed on a system.
	term% ls /wrap/plan9
	/wrap/plan9/985745432
	/wrap/plan9/988250913
	/wrap/plan9/989254626
	/wrap/plan9/991073352
	term% ./cdate 991073352
	Mon May 28 12:09:12 MDT 2001

xargs: version of the unix xargs command by rog@vitanuova.com

authchk: command to check authenication to plan9 source fileserver by rsc@plan9.bell-labs.com

if you're having trouble authenticating, this will help you figure out whether the problem is ndb or your password. if this program successfully connects, then it's probably that your password has been mangled/forgotten/etc.

g% 8c authchk.c
g% 8l authchk.8
g% 8.out
auth sources.cs.bell-labs.com
addr net!sources.cs.bell-labs.com!ticket
connected


Last Modified: Jun 12 2002
dpx@acl.lanl.gov