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
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