sort -nrk4 file -n for numerical sort -k for providing key -r for reverse sort
可以在vim中使用'<,'>!sort -option对选定区域直接排序
'<,'>!sort -option