-
sed replace - how to set new variable value in file?
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
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|