介紹如何在Linux 系統上結合 find 與 grep 指令,列出含有關鍵字內容的檔案。 ... 輸出匹配行 find /etc/ -name "*.conf" -exec grep -wnH adm {} \;
確定! 回上一頁