#! /bin/bash #whofirst : who sorted by time of login who > /tmp/f$$ ./sortout.sh < /tmp/f$$ #see file sortout #rm /tmp/f$$