I have a file contain lines like the following.
10 TEST NO SOMETHING
20 TEST YES SOMETHING
101 TEST YES SOMETHING
100 TEST NO SOMETHING
How can I delete only the line that has 10
at the beginning using sed or any other tool if I find a matching word 10
?