复制 Markdown 文本在 ChatGPT 中打开在 Claude 中打开查阅 Markdown 源码查阅编辑历史编辑当前页面添加子页面提交文档议题提交项目议题打印完整章节linux 查找trick2023-08-18 · 发布于 博客 · 38 字 · 1 分钟查找大文件 find / -type f -print0 | xargs -0 du -h | sort -rh | head -n 10精确查找 find / -type f -name "*.conf" | xargs grep -ri "10.0.0.74" -i ←centos设置static ip airtag→加载评论需要启用 JavaScript。 在 GitHub 上查看讨论。