Remove comments and blank lines from example.pl
sed '/ *#/d; /^$/d' example.pl
Posted in Command Line, Linux, Perl | No Comments »