#!	/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.
#
#
#	finger a user
#
echo -n 'Enter login(s) or Name(s) for finger: '
set x = $<
finger $x | $PAGER
