On Fri, Oct 16, 2009 at 11:13 AM, Girish Venkatachalam <[email protected]> wrote: > I must remember to use sort with it. In my case it is not very > relevant since my > site is not so busy that I get multiple downloaders at the same time. > Then I would > have naturally arrived at sort. > > But this is an old UNIX idiom that left my attention. > I meant sort and uniq are used together often in general, not with your specific case in mind.
IIRC, another idiom was, ... | sort | uniq -c | sort -nr | ... Roshan Mathews _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
