I want to replace a string in a file using command, but the thing is the string is such
"https": false,
I want to change it to
"https": true,
and vice versa.
is there any way to accomplish this thru command? Am developing auto script so whenever a user logins this command kicks in, I have sorted everything except this.