Shell學習筆記07--字符串與文本行處理命令總結

文件搜索命令:grep 語法:grep -iv [指定字串] [文件]mysql 功能描述:在文件中搜索字串匹配的行並輸出;sql -i 不區分大小寫;shell -v 排除指定字串bash 示例:spa grep mysql /root/install.log grep -R --include="*.h" --include=".cpp" "xxxx" ./ cut命令 cut命令能夠從一個文
相關文章
相關標籤/搜索