rm - Unable to remove a special named files in terminal -


Some programs defy my original directory dummy files such as

  -1 -2 - 3 ... -n  

I failed

  rm -1  

more

How can you delete files > in the terminal?

You can use rm ./- 1 . Refers to the directory and does not start with the dash as the parameter, it is not interpreted as an option.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -