我使用下列语句查找某个目录的大文件:find . -type f -exec ls -s {} \; | sort -n -r | head -5但是如果我想排除其中的目录: .git/,应该加什么呢? 查看完整描述