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