Skip to main content

To remove file in Linux that has a hyphon or dash in front of it just prefix it with "./".  For example:


rm ./-testfile

Category