You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# base structure
sed 's/FIND_STRING/REPLACE_STRING/OPTIONS'# examples
sed 's/<proxyBaseUrl>.*<\/proxyBaseUrl>/<proxyBaseUrl>https:\/\/whatever.de<\/proxyBaseUrl>/'
Options
/g: global (by default, only replaces the first match)