移除 "-" 開頭的檔案 (rm: invalid option - ) 更新日期: 2020/01/20 由於bash 裡面的 - 通常後面是附加指令 所以如果要刪除例如 -123.html 這樣的檔案 必須要用 $rm -- -123.html <= 中間要加兩橫 如果用 $rm -123.html 會出現 rm: invalid option -- '1'