Open ocean1 opened 7 years ago
"Unknown Error :(" while using find
https://cmdchallenge.com/#/remove_files_with_a_dash
bash(0)> find ./ -iname '\-*' -exec rm {} \; Unknown Error :( bash(☠️)> find ./ -iname '-*' -exec rm {} \; # 👍 👍 👍 Correct!
the first command should also work
This seems to be fixed (now?).
Summary
"Unknown Error :(" while using find
Steps to reproduce
https://cmdchallenge.com/#/remove_files_with_a_dash
the first command should also work