博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
find 下参数的关系默认是and 一个参数多个选项可以用 -or
阅读量:5954 次
发布时间:2019-06-19

本文共 232 字,大约阅读时间需要 1 分钟。

[root@ob2 mytmp]# find -type f -name "*.html" -or -name "*.txt"

./02.html
./aa.html
./03.html
./01.html
./aa2.txt
[root@ob2 mytmp]# find -type f -name "*.html" -and -name "*.txt"

转载于:https://www.cnblogs.com/gaoyuechen/p/7521546.html

你可能感兴趣的文章
linux下/proc/cpuinfo 文件分析
查看>>
java soap api操作和发送soap消息
查看>>
linux面试题。
查看>>
关于MySQL分表操作的研究
查看>>
持续集成之 Jenkins+Gitlab 打包发布程序到 Tomcat(二)
查看>>
Server-01 How to Find the Remote Desktop Port
查看>>
Java--接口、抽象与继承
查看>>
华为交换机OSPF和BGP知识
查看>>
通过IP判断登录地址
查看>>
Oracle闪回技术
查看>>
利用单壁路由实现vlan间路由
查看>>
hello world
查看>>
CentOS 7 配置yum本地base源和阿里云epel源
查看>>
python 学习导图
查看>>
生成树
查看>>
(MYSQL) Unknown table 'a' in MULTI DELETE的解决办法
查看>>
作为一个程序员必备的素质
查看>>
Webpack入门教程十四
查看>>
104种***清除方法
查看>>
Exchange 2016 之移动设备邮箱策略
查看>>