A Linux “sort by field/column” example (‘sort’ command)
Wow, the Linux sort command changed while I was away. A sort command that I used to write like this (as well as I can remember):
grep 'foo bar' *.html | sort -d: -f2 -n
is now written like this: