Hi

> i have a file ( actually a group of them ) and i need to delete the
> quotation marks in each file, i am sure that vim has a tool for this.

vim file1 file2 ....

:argdo %s/\"//g<CR>
:xa<CR>

Przemek
-- 
AIKIDO TANREN DOJO  -   Poland - Warsaw - Mokotow - Ursynow - Natolin
info: http://www.tanren.pl/ phone: +48501516666 email: [EMAIL PROTECTED]

Reply via email to