mac 如何搜索.idea 的隐藏文件夹?

2023-11-08 09:53:34 +08:00
 helee9199

idea 的配置文件,我想批量删除 有没有像 windows everything 那样, 直接搜到这些隐藏文件的软件或方法呀?。

858 次点击
所在节点    macOS
6 条回复
sunjiayao
2023-11-08 09:59:20 +08:00
find . -name .idea
kristofer
2023-11-08 10:44:40 +08:00
"ls -a" ?
seanzxx
2023-11-08 10:50:42 +08:00
搜索:find . -name '.idea'
搜索加删除:find . -name '.idea' -exec rm -rf {} \;
knightdf
2023-11-08 10:54:02 +08:00
find /path/to -type d -name '.idea' -exec rm -rf {} +
helee9199
2023-11-08 10:59:39 +08:00
@sunjiayao
@seanzxx
@knightdf 好的 感谢各位, 又学到了。
jack1998
2023-11-08 12:35:16 +08:00
linux shell 的基本操作哇

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/989757

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX