Ever wish you had a few minutes to undo an rm? Now you do!
A small replacement for rm
.
Passing --delay
allows users to specify the delay.
Passing --log
will print log information
With alias rm = delayed_rm
:
rm foo bar
rm -rf dir1 dir2
rm --delay 3600 baz
rm --log