开发者

how do i exclude more that one directory in this case ... find ./dir1 -name '.git' -prune

Ho开发者_JAVA百科w do I exclude more that one directory in this case:

find ./dir1 -name '.git' -prune


Using -o (or):

find . '(' -name a -o -name b ')' -prune -o -print
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜