Home > database >  Match amd replace 'http://*' with sed
Match amd replace 'http://*' with sed

Time:12-16

I have a text with multiple wildcards in it. I want to delete http://*.

I tried sed -i '/http://*/d' file, reverse grep but the * is

  • Related