View Config Files Without Comments
Article Number: 23 | Rating: Unrated | Last Updated: Mon, May 21, 2018 9:23 PM
I’ve been using the following grep invocations to trim comments out of config files
#grep ^[^#] /etc/httpd/conf/httpd.conf
or
#egrep -v "^#|^$" /etc/httpd/conf/httpd.conf
or
#grep -v "^#" /etc/httpd/conf/httpd.conf
source: https://sysadmincorner.wordpress.com/category/aix/
Posted - Mon, May 21, 2018 8:38 PM. This article has been viewed 2277 times.
Filed Under:
Bash
There are no attachments for this article.
Related Articles

Time conversion using Bash
Viewed 2790 times since Fri, May 25, 2018
Adding a range of IPs in Linux
Viewed 2751 times since Mon, May 21, 2018
Tunneling With SSH to Your Destination
Viewed 4521 times since Wed, May 30, 2018
Script HW/SW AIX
Viewed 9320 times since Mon, Jun 4, 2018
Utilities to Tidy Up Your Reports
Viewed 16356 times since Wed, May 30, 2018
Usuwanie spacji z zmiennych w bash
Viewed 2559 times since Tue, May 22, 2018