#!/bin/sh -u # A shell script to display the users currently logged in. # -IAN! idallen@idallen.ca # Set standard search path and friendly umask. # PATH=/bin:/usr/bin ; export PATH umask 022 date echo "The users currently online are:" who