Hi,
I am having trouble inserting lines into a file via a Unix shell script, can anyone out there help me with this?
Part of my file content looks like this:
# default ssl qop
[ssl-qop-mgmt-default]
default = ALL
I now need this part to read as follows:
# default ssl qop
[ssl-qop-mgmt-default]
default = DES-168
default = RC2-128
default = RC4-128
#default = ALL