→ kenduest: 一般文字檔案,很常見基本的 grep 可以搜尋檢索 06/19 13:36
→ kenduest: pdf 檔案,請搭配 pdftotext 這類工具,使用 find 06/19 13:36
→ kenduest: 搜尋 pdf 檔案時候用呼叫該工具檢索搜尋可以達成需求 06/19 13:36
推 Gold740716: pdf 可以用 pdfgrep 06/19 13:51
→ Gold740716: 純文字就 grep string * 06/19 13:51
→ noonee: grep -irn "string" ./*str1*/*str2* 06/19 14:16