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 <[EMAIL PROTECTED]>



-- 
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as 
subject.

Reply via email to