[comp.sys.ibm.pc.rt] finger shell afunction

jew@rt.sunquest.com (J.E.Ward) (04/10/91)

To get the equivalent of `finger` on the RT, you have to do `whois`.
This was driving me crazy, so I put this function in my .profile:

			finger() {
				if [ "${@:-}" ]
				then
					/usr/bin/finger $@
				else
					/usr/bin/whois
				fi
			}

J. E. Ward	jew@sunquest.com

Confucious say...
He was so narrow-minded he could see through a keyhole with both eyes.