問題:要移除「-」符號為首的檔名,該如何下指令刪除呢?
找到了Removing Files That Begin With a Dash “-”的教學:

# rm -- -filename
# rm /full/path/to/-filename
# rm ./-filename

以上都可以喲。