sort
分类
描述
对文本文件内容排序
语法
sort [选项] [文件...]
常用选项
使用示例
- sort file.txt: 对文件内容排序
- sort -rn numbers.txt: 按数值逆序排序
相关命令