OMGSW Blog
Top Menu
OMGSW
8/09/2012
view confs without comments
Just to note to myself. how to generate clean configs w/out any comments
sed -e '/^$/d;/^#/d;/^;/d' /etc/php.ini > php.ini.clean
result
root@ ~ # cat /etc/php.ini |wc -l
1249
root@ ~ # cat php.ini.clean |wc -l
182
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment