How to delete lines if it contain certain character ?
Let's say, I have a text file like this -
aaa aaa
bbb bbb
ccc ccc e
ddd ddd
fff fff e
Now, I want to remove all the lines that contain the word "e", so after I run the software, I will get -
aaa aaa
bbb bbb
ddd ddd
Do you guys know any software or method that can do this ?
Thanks
Let's say, I have a text file like this -
aaa aaa
bbb bbb
ccc ccc e
ddd ddd
fff fff e
Now, I want to remove all the lines that contain the word "e", so after I run the software, I will get -
aaa aaa
bbb bbb
ddd ddd
Do you guys know any software or method that can do this ?
Thanks