rmw - ReMove to Waste ChangeLog
Author: Andy Alt ( http://sourceforge.net/projects/rmw/ )

rmw current
1. Instead of creating a new directory and appending a date/time string for 
each reMoval, rmw now prepends a time/date string to each file or 
directory reMoved. This method will cut back on the number of 
directories created and make it easier to surf through reMoved files.
2. Instead of using $PWD, rmw now uses readlink to determine the absolute
path of the file or directory being reMoved. After that, had to set a trap
for symbolic links to prevent deleting the original file. Support for
symlinks will come later.

rmw 0.95.1/October 31, 2008:
Bugfix - changed %k to %I in date string (spaces were preceding AM hours)
Shortened APPENDSTR by using different output format

rmw 0.95/October 29, 2008:
Added quotes to filename vars (rmw wasn't properly handling filenames
containing spaces.

rmw 0.94/October 28, 2008:
Added APPENDSTR to prevent overwrite warnings and prevent previously moved
files from being overwritten

rmw 0.93/October 21, 2008: 
1. Added support for wildcards 
2. Added feature to move files into ~/.Waste using PRESENTDIR variable
3. Added chmod at the end to take off unnecessary permissions.
4. Added documentation to the bash script. I'll worry about size later
