#!/bin/sh -u # $0 (no arguments) # Finger the Computer Graphics Lab and show users with line numbers. # # The Algonquin ITS Dept. blocks "finger" from working into / out of # the College, so you can't try this at Algonquin College. # # by Ian! idallen@ncf.ca export PATH=/bin:/usr/bin umask 022 # The +3 skips over the first two title lines output by finger # finger @cgl.uwaterloo.ca | tail -n +3 | cat -b