sed: 1: "filename": bad flag in substitute command: 'l'
sed throws this when i am trying to change some substring:
sed -i '/string1/ s/string2/string3/g' filename
sed: 1: "filename": bad flag in substitute command: 'l'
sed throws this when i am trying to change some substring:
sed -i '/string1/ s/string2/string3/g' filename