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