We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cat projmatch.doc | awk '{if ($2==8) {print $9,name}; name=$2 }' | sort -r | awk '{print $2,$1}'>sorted_on_cc.sel
Where the $9 after the print statement will result in a sorting based on the 9th column in the docfile.
-- Main.SjorsScheres - 07 Jun 2007