centos 指令 2022-09-06 linux4yop发表留言 centos 指令 指令 作用 cat `ls | sort -n` > /tmp/a.txt 将当前目录下的文件按顺序输出(合并,保存)到 /tmp/a.txt 文件 tar -zxvf aa…