<< Back

Remove Lines Containing String From File

Posted on Tuesday 28th April 2020

grep -vwE "(one string|another string)" sourcefile > destinationfile