I want to make replace a string in a file mytest.properties
but it is not getting replaced.
I want to replace JaWov5Svh/GKAkk8siezbg==
and use the command
$ sed -i -- 's/JaWov5Svh/GKAkk8siezbg==/abjhdgetsjsu/d' mytest.properties
but the string does not get replaced as expected.
abjhdgetsjsu/d
? – user41805 Aug 02 '17 at 13:14