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'
Subscribe to:
Post Comments (Atom)
Useful Tips for GNU/Linux Operating System
1 comment:
Wonder ful tips
Post a Comment