Command-line sort utility in unix
-
-h= "human readable numbers", for example to sort directories by size:du -hd1 | sort -h -
-t= by time/date stampls -l | sort -t -
-r= reverse orderls -l | sort -rt -
-k= sort using a different columndf -h | sort -hk2