stone <[email protected]> [09-09-27 09:32]:
> 2009/9/27 <[email protected]>
> 
> >> meino.cramer:
> >>
> >> thank you very much.
> >>
> >> It can work well.
> >>
> >> How about my second question?
> >>
> >> --
> 
> >stone:
> 
> >Load every related file into a buffer.
> >:bufdo %s/<old symbol>/<new symbol/g
> 
> >Be careful! This command will change
> >any buffer in the buflist.
> >Buflist:
> >:buffers
> 
> Thank for your reply.
> 
> But this method need load all file to buffer.
> In my project, there are hundreds of files.
> 
> Maybe it is impossible to load all file.
> 
> --
 
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...




> 
> 
> > 

-- 
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