View Config Files Without Comments

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/
Attachments
There are no attachments for this article.
Related Articles RSS Feed
Script HW/SW AIX
Viewed 9925 times since Mon, Jun 4, 2018
awk printf
Viewed 16376 times since Wed, Aug 19, 2020
“Yes/No” in Bash Script – Prompt for Confirmation
Viewed 34603 times since Mon, Feb 18, 2019
perl podstawy
Viewed 2397 times since Mon, May 21, 2018
Linux and Unix xargs command tutorial with examples
Viewed 4329 times since Fri, Jun 1, 2018
HowTo: Clear BASH History
Viewed 2670 times since Mon, Feb 18, 2019
Dealing with Funny Files
Viewed 3250 times since Wed, May 30, 2018
Utilities to Tidy Up Your Reports
Viewed 16669 times since Wed, May 30, 2018
10 Xargs Command Examples in Linux / UNIX
Viewed 4585 times since Fri, Jun 1, 2018
Convert a human readable date to epoch with a shell script on OpenBSD and Mac OS X
Viewed 15790 times since Fri, May 25, 2018