Closed grantseltzer closed 8 years ago
FYI the image link doesn't work
@diwakergupta updated link, not sure why that was happening
@diwakergupta I've updated this PR to now validate and check meta data before removing. It will fail if any arguments are invalid and nothing will be removed.
Thanks @GrantSeltzer . One thing I want to start doing is wherever we have multiple file operations, we can easily parallelize them, especially in Go via goroutines. That should help w/ performance, as the number of args increase.
Excellent idea! I'll work on that for future contributions.
Thanks for the merge @diwakergupta!
This just adds a loop around the functionality of
rm
to now support multiple arguments.Link to example usage: http://i.imgur.com/Fm71rR6.png