sort tab

指定tab为分隔符,tab的输入

$ sort -t '<tab>'  # tab的输入方法:Ctrl-v-i
$ sort -t $'\t' inputfile -o outfile  # 也可以用$'<backslash-code>'语法