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.
Try this in-order to remove the file:
rm -- --append