摘要:
文本处理命令 sort命令 sort是排序的命令,默认使用第一个字符进行排序 -n # 依照数值的大小排序 [root@localhost ~]# cat 4.txt | sort -n -r # 以相反的顺序来排序 [root@localhost ~]# cat 4.txt | sort -n - 阅读全文
posted @ 2021-12-21 20:03
Henrywuovo
阅读(65)
评论(0)
推荐(0)
浙公网安备 33010602011771号