419

The only way to learn a new programming language is by writing programs in it.

aliases make you save

, , ,

I learn it form the Linux.org Courses

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

My .bash_historyscroll in console

Write a comment

New comments have been disabled for this post.