Open rmhartman opened 2 years ago
Some conf files (e.g. gitconfig) have sections:
[section1] path=xyzzy
[section2] path=xyzzy
If this utility only changes all occurances of path to path=plugh it should be enhanced. It needs to take an (optional) section name so you can change the section1 path without affecting the section2 path.
Thanks for reporting! I agree.
Some conf files (e.g. gitconfig) have sections:
[section1] path=xyzzy
[section2] path=xyzzy
If this utility only changes all occurances of path to path=plugh it should be enhanced. It needs to take an (optional) section name so you can change the section1 path without affecting the section2 path.