4 lines
137 B
Bash
4 lines
137 B
Bash
# Grep
|
|
alias grep='grep --color'
|
|
alias sgrep='grep -R -n -H -C 5 --exclude-dir={.git,.svn,CVS}'
|
|
alias psg='ps aux | grep -v grep | grep'
|