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.