modify config file using bash script

Posted by CKeven on Stack Overflow See other posts from Stack Overflow or by CKeven
Published on 2010-03-17T18:18:26Z Indexed on 2010/03/17 18:21 UTC
Read the original article Hit count: 218

Filed under:
|

I'm writing a bash script to modify a config file which contains a bunch of key, value pairs. How can i read the key and find the value and possibly modify it?

© Stack Overflow or respective owner

Related posts about bash

Related posts about configuration-files