Help for this page
cat big-file.txt | grep -v 'bad line' > new-file.txt
perl -i.orig -pe '$_="" if /bad line/' big-file.txt