1. sort - 文本排序sort命令用于将文本文件的行排序。默认情况下,sort命令是按照字符串的字母顺序排序。
sort 的常用命令如下:
1234567891011121314# 将文本内容按字母顺序排序sort example.t
2021-06-29