摘要: 001、conda基础环境 (base) [root@pc1 home]# python3 --version Python 3.11.4 (base) [root@pc1 home]# 002、退出conda base环境 (base) [root@pc1 home]# conda deactiv 阅读全文
posted @ 2023-09-15 12:09 小鲨鱼2018 阅读(379) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@pc1 test1]# ls ## 三个测试文件 a.txt b.txt testfile [root@pc1 test1]# ll -h total 4.0K lrwxrwxrwx. 1 root root 20 Sep 16 12:03 a.txt -> /home/tes 阅读全文
posted @ 2023-09-15 12:06 小鲨鱼2018 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@pc1 test1]# ls ## 测试文件 a.txt a.TXT c.csv c.tXt d.txt e.Txt f.csv k.map [root@pc1 test1]# find ./ -name "*.txt" ## 显示相对路径 ./a.txt ./d.txt [r 阅读全文
posted @ 2023-09-15 11:58 小鲨鱼2018 阅读(970) 评论(0) 推荐(0) 编辑
摘要: 001、 -iname选项 实现忽略大小写查找 [root@pc1 test1]# ls ## 测试文件 a.txt a.TXT c.csv c.tXt d.txt e.Txt f.csv k.map [root@pc1 test1]# find ./ -name "*.txt" ## 一般查找 . 阅读全文
posted @ 2023-09-15 11:48 小鲨鱼2018 阅读(114) 评论(0) 推荐(0) 编辑