Thursday, January 27, 2011

Problem with APostrophe

I need to replace `ERROR with &SUCCESS in all the files(120 files)

When i opened a single file
:%s/`ERROR/&SUCCESS/gc .. it works fine

I want to do all files so i went to the terminal and i typed like this
vim -c "argdo %s/`ERROR/&SUCCESS/gc | update " *.log

It gives error Unmatched `
If i removed Apostrophe "`"(left side of Keybord button 1) then it works
fine

How to proceed with this command ..Can u plz help guys .

--
View this message in context: http://vim.1045645.n5.nabble.com/Problem-with-APostrophe-tp3360873p3360873.html
Sent from the Vim - General mailing list archive at Nabble.com.

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: