I have this file in my linux machine:
----------9976723563nneh4_-----192.9.200.4
I try to delete this file but I cant as all see here:
what need to add to rm in order to remove this file ?
rm "----------9976723563nneh4_-----192.9.200.4"
rm: illegal option -- --------9976723563nneh4_-----192.9.200.4
usage: rm [-fiRr] file ...
.
rm '----------9976723563nneh4_-----192.9.200.4'
rm: illegal option -- --------9976723563nneh4_-----192.9.200.4
usage: rm [-fiRr] file ...