API for parse/update UNIX configuration files

Posted by Chen Levy on Stack Overflow See other posts from Stack Overflow or by Chen Levy
Published on 2010-03-21T08:05:13Z Indexed on 2010/03/21 8:11 UTC
Read the original article Hit count: 450

Filed under:
|
|

Unix configuration files come in all shapes and forms. I know that Webmin has a Perl API that makes it easy to parse and modify most common configuration pro grammatically, while preserving changes that might have been made by hand.

Are there any other libraries that has similar functionality, perhaps for other languages (Python, Ruby, C, C++, etc)?

© Stack Overflow or respective owner

Related posts about unix

Related posts about configuration-files