You are viewing a single comment's thread. Return to all comments →
-r : For reverse order -n : numerical sort -k: column ordering -t : tab separted indicator
sort -r -n -k 2 -t $'\t'
Seems like cookies are disabled on this browser, please enable them to open this website
Sort Command #5
You are viewing a single comment's thread. Return to all comments →
-r : For reverse order
-n : numerical sort
-k: column ordering
-t : tab separted indicator