The way to read a conf file without all the remarked lines.
As Kevin Brown of Udemy.com likes to say:
grep -v '^[#]' zabbix_server.conf | grep -v '^[[:space:]]*$'
Extremely useful that is.

The way to read a conf file without all the remarked lines.
As Kevin Brown of Udemy.com likes to say:
grep -v '^[#]' zabbix_server.conf | grep -v '^[[:space:]]*$'
Extremely useful that is.
by
Tags: