Linked by Thom Holwerda on Wed 21st Dec 2005 18:11 UTC
Thread beginning with comment 76780
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.





Member since:
"Let's take a contrived example from Unix:
Top 10 large files in a directory.
ls -l | sort -r -n +4 -5 | head | awk '{print $9}' "
And then came GNU ls :
ls -S|head -10