2007/6/9, Chris Robertson <crobertson@gci.net>:
>
> grep -v "^#" /path/to/squid.conf | sed -e '/^$/d'
>
I use,
perl -ne 'next if /^$|^#/;print' squid.conf
:-)
Received on Fri Jun 08 2007 - 22:29:18 MDT
This archive was generated by hypermail pre-2.1.9 : Sun Jul 01 2007 - 12:00:04 MDT