Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with find in remove_files_with_a_dash #85

Open
ocean1 opened this issue Feb 1, 2017 · 1 comment
Open

Error with find in remove_files_with_a_dash #85

ocean1 opened this issue Feb 1, 2017 · 1 comment

Comments

@ocean1
Copy link

ocean1 commented Feb 1, 2017

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

@0ki
Copy link
Contributor

0ki commented Feb 3, 2017

This seems to be fixed (now?).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants