📅  最后修改于: 2022-03-11 14:49:30.406000             🧑  作者: Mango
Use d option at the end of sed command string for deleting line of matches.
tac | sed -i "" "s/matching_pattern/I+1 d" file.txt | tac #