
perltrash 0.3
=============

This is a perl script that emulates a "trash can". Instead of permanently
deleting files with "rm", they are put into the thrash can. You can restore
the files if you think you need them again.

Have fun,

Maik Schreiber <bZ@iq-computing.de>


USAGE

Run "perltrash.pl --help" to get a list of options.


CHANGES

0.3, 2002-12-14:
- new --restore-here option: restore files into the current working
  directory

0.2, 2002-12-07:
- you can empty the trash can
- you can impose limits on the size of the trash can
- problems with relative paths are fixed

0.1, 2002-11-29:
- initial version

