sort
-k 选择拍下字段
-t 选择字段定界符
e.g.
sort -t: -k1,1 /etc/passwd 用户名排序
sort -t: -k3n /etc/passwd uid排序
sort -t: -k3nr /etc/passwd uid 逆向排序