I have a file with lines :
1
apple
2
orange
3
banana
4
mango
5
coconut
I have a list of patterns :
1
3
5
I want to delete the lines (and one additional line after) using the list of patterns, in order to get :
2
orange
4
mango
Since I have a large number of patterns that I could not type manually one by one in a single command, a list must be used.