Posts Tagged ‘bash’
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 [...]
Categories: *nix

