dinoviapangea
Technical User
I have a file in the following format,
test1a|test1b|test1c|test1d
test2a|test2b|test2c|test2d
test3a|test3b|test3c|test3d
test4a|test4b|test4c|test4d
How can I remove an entire line, test2. The file is pipe delimited with no spaces. I want to be able to enter test2c and delete the entire line without affecting the other lines.
Thanks
test1a|test1b|test1c|test1d
test2a|test2b|test2c|test2d
test3a|test3b|test3c|test3d
test4a|test4b|test4c|test4d
How can I remove an entire line, test2. The file is pipe delimited with no spaces. I want to be able to enter test2c and delete the entire line without affecting the other lines.
Thanks