Monday, September 21, 2009

Clip Comments From httpd.conf

Just a little regex to clip comments from httpd.conf, but it would work with most config files.
grep "^[\s \t]*[A-Za-z\<]" /etc/httpd/conf/httpd.conf

No comments:

Post a Comment