grep -i -r --include=*.xib "splash_logo.png" /Users/zte/worspace/ztea
mac 在xib文件中查找图片名
最新推荐文章于 2025-05-16 13:53:19 发布
本文介绍如何使用grep命令配合正则表达式和通配符来搜索特定类型的文件,如*.xib文件中包含'splash_logo.png'的实例。
本文介绍如何使用grep命令配合正则表达式和通配符来搜索特定类型的文件,如*.xib文件中包含'splash_logo.png'的实例。
grep -i -r --include=*.xib "splash_logo.png" /Users/zte/worspace/ztea

被折叠的 条评论
为什么被折叠?