[linux] 以 grep 查詢 檔案內文字

餓死抬頭.

指令如下

# grep "The String in file you find." -nr /Path/*

它就會找尋 /Path 路徑下的所有檔案, 若裡面有 "The String in file you find." 字串.
就會被列出來.