2010-12-27 5 views

答えて

3

使用pruneオプション:

find . -type d -name .git -prune -o -print 

いっそ、検索などのgrepの操作を行うためにackを使用しています。

関連する問題