如果希望在使用 grep 搜尋關鍵字時僅匹配完整的單字,排除部分匹配的單字,可以在 ... 這個單字的*.conf 檔案 find /etc/ -name "*.conf" -exec grep -lw adm {} \;
確定! 回上一頁