Bug is here:
To remove a file whose name starts with a `-', for example `-foo', use one of these commands: rm -- -foo rm ./-foo the * marki s forgotten shouldn't it be : rm -- -foo* rm ./-foo* ?? Without * it didn't work for me Artur Kulikowski
Bug is here:
To remove a file whose name starts with a `-', for example `-foo', use one of these commands: rm -- -foo rm ./-foo the * marki s forgotten shouldn't it be : rm -- -foo* rm ./-foo* ?? Without * it didn't work for me Artur Kulikowski