摘要: 001、 [root@PC1 test03]# ls a.txt b.txt [root@PC1 test03]# cat a.txt ## 测试数据连续递增 1 2 3 4 5 6 [root@PC1 test03]# cat b.txt ## 测试数据,非连续递增 1 2 3 5 6 [root 阅读全文
posted @ 2023-07-04 22:42 小鲨鱼2018 阅读(127) 评论(0) 推荐(0)
摘要: 001、ls默认是按照文件名称顺序列出的 [root@PC1 test02]# ls ## 测试文件 a.txt b.txt c.txt [root@PC1 test02]# ls -l ## 默认按照文件名称顺序 total 125000 -rw-r--r--. 1 root root 15360 阅读全文
posted @ 2023-07-04 19:58 小鲨鱼2018 阅读(1039) 评论(0) 推荐(0)