#!	/bin/csh -f
#
# Copyright 1993, 1994, 1995 by the Regents of the University of California.
# see the file "Copyright" in the distribution for conditions of use.
#
#
#	show this user's recent logins
#
echo Type control-c to stop :
last -d $USER | $PAGER
