Oct
14
14
Filter out comments from config files
Posted by jbjorkman on October 14, 2008 underDeprecated: preg_replace() [function.preg-replace]: The /e modifier is deprecated, use preg_replace_callback instead in /var/www/myfoto.se/jbits.se/blog/wp-includes/formatting.php on line 82
Linux
sed -e 's/#.*//; /^$/d' filename.conf
Or do cat and egrep ‘^#|^$’
Add A Comment
You must be logged in to post a comment.