Linux-find命令-prune用法
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
如果想查找某目录下的某些文件,但是想要避开某个目录,使用find 的-prune
但是-prune用法很严格,网上有很多文章介绍了它的用法,但是经过本人的实际使用,有些并不好用。
严格的用法:
find 查找文件的目录 -path 需要排除的目录 -prune -o -name 需要查询的内容
注意事项:
1)-prune 必须和 -path, -o 一起使用
2)-prune -o 的顺序不 能调换
3)-name等必须放在-prune -o后面才能使用
eg: find . -path ./a -prune -o -name "*.txt"
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)