#!/bin/sh # 06/02/11: Moves things to trash rather than rm'ing them outright. # See also "cleantrash" meant to be used with this. #mv "${1}" ~/.trash/ && echo "moved ${1} to ~/.trash/" mv "${1}" "${2}" "${3}" "${4}" "${5}" "${6}" "${7}" "${8}" "${9}" "${10}" ~/.trash/ 2> /dev/null