# /usr/local/findname
#
#			Easily Find name of any file on system, and must
#			be used in conjuction with 'fullpath' script
#			By:  Cliff Manis, 13 February 1988
#
#			UUCP:  cmanis@csoftec
#
grep $1 /usr/local/bin/fullpath.names | more

