Edit your .bashrc file
$ vi ~/.bashrc
# prevent overwriting to existing file, while using redirection
set -o noclobber
# useful aliases
alias mv='mv -i'
alias cp='cp -i'
alias rm='rm -i'
Showing posts with label noclobber. Show all posts
Showing posts with label noclobber. Show all posts
Friday, April 4, 2008
Subscribe to:
Posts (Atom)