Read a Linux Conf File Easily

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.


Posted

in

by

Tags: