[EMAIL PROTECTED] wrote:
You can use "--" to indicate that all the other arguments are file names, like this:Hi All,I couldn't open the file name start with "+" in vi editor. Since "+" is the option in vi editor. Is there any other way to open the file? Note: I tried with escape character "\" also.
vim -- +fileName
Thanks in advance.