📜  sed 行 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:39.337000             🧑  作者: 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