📌  相关文章
📜  删除包含正则表达式匹配的行 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:59.654000             🧑  作者: Mango

代码示例1
Use d option at the end of sed replace definition for deleting line of matches.
sed -i "" "s/matching_pattern/d" file.txt