dseguin / safer-rm

A unix shell script for making "rm" command a little safer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unix shell script for making "rm" command a little safer.

Usage is simple: srm.sh filenames...

Note that it works by moving files to a temp folder, then prompts to remove
it. Moved files are shown in output, so you can bail if you decide the files
are important.

About

A unix shell script for making "rm" command a little safer


Languages

Language:Shell 100.0%