Delete files with non-standard names in Linux
You have accidentaly created a file with a non-standard name. For example, a file named --help. You can delete it with rm -- --help or rm ./--help
You have accidentaly created a file with a non-standard name. For example, a file named --help. You can delete it with rm -- --help or rm ./--help
Hi, Be the first leave some reply