About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
foxlog
4/11/2018 - 6:01 AM
share
Share
add_circle_outline
Save
shell脚本实现使用find和xargs删除隐藏的全部git子目录
shell脚本实现使用find和xargs删除隐藏的全部git子目录
deletehiddengit.sh
content_copy
file_download
find . -type f | grep -i "\.git" | xargs rm
00 [shell脚本实现使用find和xargs删除隐藏的全部git子目录].md
content_copy
file_download
Rendered
Source
clear