Linux – 利用 find 查找內文關建字

find /path -type f | xargs grep "STRING"

實列 : 找etc 下含有 network 字串的所有檔案

find /etc -name "*" | xargs grep "network"

(Visited 39 times, 1 visits today)