-
-
Notifications
You must be signed in to change notification settings - Fork 861
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
Verbose flag to delete found matches #253
Comments
Thank you for the feedback! If this is mainly about saving keystrokes, note that you can skip the
or
for verbose mode. |
Oh. I forgot about the
Maybe that's the more interesting feature to implement |
Oh right, that was a |
yes, I know that's a |
👍 for adding a |
Hi @sharkdp. Thanks for the awesome project.
Some common uses of
find
is to delete files that match the pattern. This is so common thatfind
has a-delete
flag. I know it can be accomplished with--exec rm {} \+
, but it would be nice to save some keystrokes. What do you think? I wouldn't mind trying to implement it if you point me in the right direction. I'm not yet very familiar with Rust though.The text was updated successfully, but these errors were encountered: