Women in Technology

Hear us Roar



Hack:   Bringing Trash-Awareness to rm
Subject:   and for bash users
Date:   2003-04-13 09:09:14
From:   anonymous2
great hack. I'm using it for bash with the following modification


change
% echo "alias rm ~/bin/rm" >> ~/.tcshrc


to


% echo "alias rm=~/bin/rm" >> ~/.bashrc