Linux/Unix question

来源: 2007-02-20 21:07:39 [旧帖] [给我悄悄话] 本文已被阅读:

I created a file named "-123.index" in a folder within my application. Now I tried to open this file with all the tools(commands) I can think of without success. Can anyone tell me how I can view it in Linux/Unix shell?
The commands "cat" and "vi" all treated the file name as an option.

[root@app01 /]# cat "-123.index"
cat: invalid option -- 1
Try `cat --help' for more information.