By mistake I have created a file named : --append
.
How do I delete it?
Simply entering the usual command, rm -f --append
, doesn't work.
By mistake I have created a file named : --append
.
How do I delete it?
Simply entering the usual command, rm -f --append
, doesn't work.
rm ./--append
– glenn jackman Aug 17 '15 at 20:05