Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: section demux rewritten



Il lun, 2003-11-24 alle 15:15, Edward Wildgoose ha scritto:
> > yeah, it's stupid stuff like the word static on a line by itself, but 
> > remove 115 plus signs is annoying in vi.
> 
> I don't know vi very well, but can't you do something like:
> 
> /s/$+ //

in vi use the commands:
gg 		(Go to the first line)
V  		(Visual line mode)
G  		(Go to the last line) 
:'<,'>s/$+ //g  (Sed like command)

> 
> Something similar anyway?
-- 
Vincenzo Di Massa <hawk78_it@yahoo.it>



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index