cmdchallenge
cmdchallenge copied to clipboard
Error with find in remove_files_with_a_dash
Summary
"Unknown Error :(" while using find
Steps to reproduce
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?).