25 Feb 2012

Perl one liner

Category dev
Tags #perl #code
perl -ne 'm/^([^#][^\s=]+)\s*(=.*|)/ && printf("%-35s%s\n", $1, $2)'

Comments