Is there a command line tool that will let me modify the value of a config file. The file is layed out like: [import] filename = /home/blah/blah starttime = 16:00 So, if I wanted to change starttime to 17:00 I would do something like: foo bar.cfg starttime '17:00'