Monday, September 14, 2015

Sort command

sort -t $'\t' -nrk2

This will sort the file with tab separated data in descending order , numeric sort and based on second field.

No comments:

Post a Comment