How to open files starting with + (plus) using vi
Posted by fsengonul on October 26, 2010
Oracle names the ASM trace files with the instance name. If you try to open a file whose name starts with + (plus) , you cannot use quotes or escape character. Instead you have to use -- in order to get rid of options. vi -- +ASM8_s001_8349.trc

2010 in review « Ferhat's Blog said
[...] How to open files starting with + (plus) using vi October 20101 Like on WordPress.com, 5 [...]
hiro said
Really good trick
Brooke said
Excellent, thanks. I really needed this! (Using Vim on Mac in Terminal.app)
fsengonul said
You’re welcome. Even though we’re dealing with so different subjects, it seems that technology unites us all