aliases make you save
Tuesday, December 20, 2005 2:17:04 PM
add below into the .bashrc file,
# my personal aliases alias cp='cp -v -i' alias rm='rm -v -i' alias mv='mv -v -i'
Save that file and logout and login again. Now you have a safer, easier shell environment.
If you do not want to logout, just type
source .bashrc







