Hello,
one line in the file “vlcrc” is:
input-title-format=$F
i want the sed command to define the value $U instead of $F but without explicitly defining current variable value, so the command should work universal no matter how the variable is set currently.
Please how that command should look like?
sed -i “???/???input-title-format=???/” vlcrc
Thank you in advance