#! /bin/sh echo ex3 //list who sorted by time of login// who > /tmp/f$$ sortout < /tmp/f$$ #see file sortout rm /tmp/f$$