Skip to content.

plope

Personal tools
You are here: Home » Members » chrism's Home » Finding ZODB Conflict Hotspots » The jwz quote
 
 

Comment

Above in this comment thread: Finding ZODB Conflict Hotspots » As Jamie Zawinski once said... » Actually...

The jwz quote

Posted by langmead at 2005-08-11 10:06 AM
If you look at the original comment (or at least a close as I've been able to find for it.) <http://groups-beta.google.com/group/alt.religion.emacs/msg/2988394c3082559f> the context is interesting. One of his complaints (and in that thread, he had many) is when things are kept as a byte stream, and that regular expressions force you to keep things as byte streams. In the case of a shell pipeline, what you have is predominately a byte stream.

I actually think that the "sort | uniq -c |sort -n" is more confusing to the bourne shell novice, but it is so commonly used that it eventually gets recognized as a single "sort by number of occurrences" token.