Quote:
Originally posted by zazzybob
I think I'd rather use sed than vi
Code:
sed "/blabla\ 'toto'\ rep:\/titi\/toto\//d" infile > outfile
Notice that quoting and escapes have changed here...
|
ok, and like this, is it ok for the allways unknown start of the line (*) ?
and is it possible without trouble that infile=outfile?