awk -F'\t' '$4 !~ /Error/' input.txt > output.txt
Removes lines from a tab-delimited file where the (sub)string “Error” appears in the 4th column/field.
nihilism is exhausting
awk -F'\t' '$4 !~ /Error/' input.txt > output.txt
Removes lines from a tab-delimited file where the (sub)string “Error” appears in the 4th column/field.
"You want a toe? I can get you a toe. There are ways, Dude. You don't wanna know about it, believe me."