stone <[email protected]> [09-09-27 09:52]:
> 2009/9/27 <[email protected]>
> 
> 
> > When working under UNIX/Linux:
> > cd <directory with files>
> > sed -i 's/<old symbol>/<new symbol>/g' *
> 
> > When working under Windows:
> > I feel sorry, but...
> 
> Okey, Thank you.
> In windows, I can also use sed tools.
> 
> But I feel inconvenience that I can not do it under vim.
> 
> Anyway, thank you again.
> 
> --
> 

If grep is in your Path under Windows:

in vim
:! sed -i 's/<old symbol>/<new symbol>/g'

Vim does not invent a tool a second time, it integrates nicely
into the UNIX environment and its philosophy...



> 
> > 

-- 
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to