Вопрос

The file appeared after untar'ing a tar.gz file. I've seen this before and an old colleague made a recommendation which worked, but have since lost that command.

The file is literally:

-

It is 1541 bytes with root permissions.

I tried a slew of "sudo rm" commands. Any thinking-outside-the-box suggestions?

Это было полезно?

Решение

use the command

 sudo rm -- -

The -- turns off switches.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top