grep ^[A-Za-z] /etc/squid/squid.conf

to include lines that start with spaces

grep ^[A-Za-z\ ] /etc/squid/squid.conf



Reply via email to