find、正则表达式及三剑客之grep
摘要:
1.find 1.1.概念 find 是根据文件的名称或者属性查找文件 1.2.语法格式 关键字:find 参数1:-name(按照文件的名字查找文件) *:通配符 eg: [root@localhost ~]# find /tmp/ -name 'test01' /tmp/test01 [root 阅读全文
posted @ 2021-12-20 23:19 Atopos_q 阅读(20) 评论(0) 推荐(0) 编辑