摘要:
001、 [root@pc1 test]# ls a.txt b.txt c.txt d.txt e.txt m.map n.map x.csv y.csv [root@pc1 test]# find ./ -name "*.map" ## 查找当前目录中所有的map文件 ./m.map ./n.m 阅读全文
posted @ 2022-10-28 16:26
小鲨鱼2018
阅读(794)
评论(0)
推荐(0)
摘要:
001、 [root@pc1 test]# ls ## 测试文件 a.txt b.txt c.txt d.txt e.txt [root@pc1 test]# ll -h total 250M -rw-r--r--. 1 root root 100M Oct 28 16:06 a.txt -rw-r 阅读全文
posted @ 2022-10-28 16:15
小鲨鱼2018
阅读(174)
评论(0)
推荐(0)