How to remove file with special characters? [duplicate]
问题 This question already has answers here : How to remove files starting with double hyphen? (7 answers) Closed last month . I have a weird file on a Unix filesystem. It seems to have some special characters in the file name, but I've not been able to remove it. Even if I don't write the name directly in the rm command (and I do ls | rm instead), I get an error that the file doesn't exist. Below some commands that I've tried after a few searches on the internet, in order to debug the issue. Do