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