
获得徽章 0
赞了这篇文章
赞了这篇文章
赞了这篇文章
赞了这篇文章
赞了这篇文章
赞了这篇文章
赞了这篇文章
赞了这篇文章
赞了这篇文章
赞了这篇文章
赞了这篇文章
刚刚读懂find manpage里面的一段话。
Please note that -a when specified implicitly (for example by two tests appearing without an explicit operator between them) or explicitly has higher precedence than -o. This means that find . -name afile -o -name bfile -print will never print afile.
find . -name afile -o -name bfile -print 为什么不会打印出afile, 大家读懂了吗?
Please note that -a when specified implicitly (for example by two tests appearing without an explicit operator between them) or explicitly has higher precedence than -o. This means that find . -name afile -o -name bfile -print will never print afile.
find . -name afile -o -name bfile -print 为什么不会打印出afile, 大家读懂了吗?
![[微笑]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_1.7d9f699.png)
展开
评论
点赞
代理环境变量no_proxy设置
192.168.0.1/24
::1
localhost
.abc.com
不用指定端口,curl会respect no_proxy参数,具体可以查看curl的verbose输出
192.168.0.1/24
::1
localhost
.abc.com
不用指定端口,curl会respect no_proxy参数,具体可以查看curl的verbose输出
展开
评论
点赞