I have two files:
input.txt
:
Hi 1-12T2EDD
1-13D62L6Hello
1-15SDWAKWazzup
Wow1-18Z3QWY
filter.txt
:
1-15SDWAK
1-1VF3XHV
I want to delete lines with matching pattern from filter.txt
in input.txt
. In SQL understanding, I want to do left outer join input.txt
with filter.txt
.
output.txt
:
Hi1-12T2EDD
1-13D62L6Hello
Wow1-18Z3QWY
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…