Change Text-File through bash script
I have a textbased konfiguration file and i want to change some parameters like
displayname="XLS111 RedHat Cluster 1"
in line 20
to
displayname="somethingelse"
with a bash-script.
I've never scripted bash before, but i shouldn't be too difficult ?
|