03. March 2017
Perl: One liner
File
Remove lines with special pattern
<pre class="wp-block-preformatted">$ perl -ni -e 'print unless /pattern/' /path/to/filename
03. March 2017
Remove lines with special pattern
<pre class="wp-block-preformatted">$ perl -ni -e 'print unless /pattern/' /path/to/filename