雪花臺灣

[Linux] 找出目錄下有關鍵字的檔案

find ./dir -name "*.file" -exec grep -H 'keyword' {} \;
相關文章