获得徽章 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, 大家读懂了吗?
展开评论点赞 - 代理环境变量no_proxy设置
192.168.0.1/24
::1
localhost
.abc.com
不用指定端口,curl会respect no_proxy参数,具体可以查看curl的verbose输出展开评论点赞 - eslint V9 env字段取消了。。。
{
files: ["webpack.config.js"],
languageOptions: {
sourceType: 'commonjs',
globals: {
__dirname: 'readonly',
process: 'readonly'
}
},
}
不过这个也挺直观的
展开评论点赞 - find . \( -path './node_modules' -prune -o -path './dist' -prune -o -name 'pnpm-lock.yaml' -prune \) -o -type f -exec wc -l '{}' \+
所有掘金文章,那么多说find的,没有一个完整读过find manpage的
还是整前端吧
展开2点赞
![[微笑]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_1.7d9f699.png)
![[呲牙]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_2.cd1e2bd.png)