Find and delete files command on ubuntu

find and delete files command on ubuntu

 

example:

find ./directory -name ".git" | xargs rm -rf

 

posted @ 2021-01-09 10:50  王阳开  阅读(2007)  评论(0编辑  收藏  举报