Additions:
alias hg='h|grep'
The oldest known version of this page was edited on
2006-09-13 08:02:48 by WikkaWiki (unregistered user)
.bashrc
bash first runs .bashrc which may contain useful alias commands such as
alias h='history'
alias ls='ls --color=auto'
alias la='ls -A'
alias lf='ls -F'
alias ll='ls -l'
REFERRERS
BashShell