Linux裏利用grep和find查找文件內容

從文件內容查找匹配指定字符串的行: $ grep 「被查找的字符串」 文件名 例子:在當前目錄裏第一級文件夾中尋找包含指定字符串的.in文件 grep 「thermcontact」 /.inweb 從文件內容查找與正則表達式匹配的行: $ grep –e 「正則表達式」 文件名正則表達式 查找時不區分大小寫: $ grep –i 「被查找的字符串」 文件名svg 查找匹配的行數: $ grep -
相關文章
相關標籤/搜索