Spiffy sed command to clean up conf files 

Use the following sed command to clean up config files and remove all the comments and blank lines:

sed '/ *#/d; /^ *$/d'
[ add comment ] ( 5 views ) [ 0 trackbacks ] permalink ( 2.9 / 330 )

| 1 | 2 | 3 | 4 | Next> Last>>