Posts Tagged ‘shell’

If you ever need to search a configuration file (or any other kind of file for that matter) for a parameter in order to replace the value, you can use `sed`.  For example, if there was an entry of Host=a.b.c.d But you want to replace it with: Host=a.b.c.e Instead of opening the file, finding the [...]

Tuesday, July 14th, 2009 at 15:44 | 1 comment
Categories: *nix
TOP