linux find 搜尋檔案內容. 我們要找一個log內容,就可以用這個方式找. find {path} -name {name} exec grep -H {要搜尋的字串}” {} \;.
確定! 回上一頁