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
Post a Comment