I try to delete this file on my solaris machine
rm "-Insi"
rm: illegal option -- I
rm: illegal option -- n
rm: illegal option -- s
I also try this
rm "\-Insi"
-Insi: No such file or directory
rm '\-Insi'
-Insi: No such file or directory
so what other option do I have?