Difference between revisions of "Confclean"
From ASSS Wiki
(initial page) |
m |
||
Line 1: | Line 1: | ||
confclean is a tool to remove duplicate keys from a .conf file. A .conf file being a file laid out in a [section] key=value or a section:key=value fashion. | confclean is a tool to remove duplicate keys from a .conf file. A .conf file being a file laid out in a [section] key=value or a section:key=value fashion. | ||
− | + | == Download == | |
*[http://toktok.sscentral.com/files/confclean-0.1.2.tar.gz confclean-0.1.2.tar.gz] (linux) | *[http://toktok.sscentral.com/files/confclean-0.1.2.tar.gz confclean-0.1.2.tar.gz] (linux) | ||
*[http://toktok.sscentral.com/files/confclean-0.1.0.zip confclean-0.1.0.zip] (windows) | *[http://toktok.sscentral.com/files/confclean-0.1.0.zip confclean-0.1.0.zip] (windows) | ||
− | + | == Issues == | |
Can mess up you preprocessor stuff like #ifdef or #include | Can mess up you preprocessor stuff like #ifdef or #include |
Revision as of 21:57, 10 January 2005
confclean is a tool to remove duplicate keys from a .conf file. A .conf file being a file laid out in a [section] key=value or a section:key=value fashion.
Download
- confclean-0.1.2.tar.gz (linux)
- confclean-0.1.0.zip (windows)
Issues
Can mess up you preprocessor stuff like #ifdef or #include