grep命令grep -i “word” filepath -->忽略大小写匹配grep -v “word” filepath --> 反向匹配# 显示所有不包含 “error” 的行。grep -w “word” filepath --> 匹配完整单词grep -c “patte