rmでハイフン付きのファイルを消す
rm ./--hoge.txt もしくは rm -- --hoge.txt
というか、manコマンドに書いてある。
$man rm To remove a file whose name starts with a '-', for example '-foo', use one of these commands: rm -- -foo rm ./-foo
Just another IT site ※IT系の記事は当方環境での実施内容となるため実施する場合は自己責任でお願いいたします。At Your Own Risk!! TURN BACK WHILE YOU CAN
rm ./--hoge.txt もしくは rm -- --hoge.txt
というか、manコマンドに書いてある。
$man rm To remove a file whose name starts with a '-', for example '-foo', use one of these commands: rm -- -foo rm ./-foo