Hi, Suppose I need to regular expression replacement for a bunch of files. Of cause, I can use sed. However, it seems that sed is not fully compatible with vim. I'm more familiar with vim. I know the vim commands that I should use to do the replacements.
I'm wondering if there is any automatic way (say, from command line or shell script) to process these files. Thanks, Peng