-
-
Notifications
You must be signed in to change notification settings - Fork 814
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
hang with exec #178
Labels
Comments
Thank you for reporting this. I believe this is due to ▶ sudo touch foo
▶ rm foo
rm: remove write-protected regular empty file 'foo'? Indeed, if you enter ▶ fd foo -x rm
y
rm: remove write-protected regular empty file 'foo'? % Still, this is a bug because fd doesn't show the output of |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
attempting to remove a write-protected file hangs
The text was updated successfully, but these errors were encountered: