Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 330 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 330 Bytes

delayed_rm

Ever wish you had a few minutes to undo an rm? Now you do!

Usage

A small replacement for rm. Passing --delay allows users to specify the delay. Passing --log will print log information

Examples

With alias rm = delayed_rm:

  1. rm foo bar
  2. rm -rf dir1 dir2
  3. rm --delay 3600 baz
  4. rm --log