問題:要移除「-」符號為首的檔名,該如何下指令刪除呢?
找到了Removing Files That Begin With a Dash “-”的教學:
[text]
# rm — -filename
# rm /full/path/to/-filename
# rm ./-filename
[/text]
以上都可以喲。
問題:要移除「-」符號為首的檔名,該如何下指令刪除呢?
找到了Removing Files That Begin With a Dash “-”的教學:
[text]
# rm — -filename
# rm /full/path/to/-filename
# rm ./-filename
[/text]
以上都可以喲。