Linux/Unix 命令整理
.profile
alias ll='ls -l';
alias pswas='ps -ef |grep AppSrv'
alias cdwas='cd /opt/IBM/WebSphere/AppServer1/profiles/'
export PATH="/home/hongi/scripts":$PATH
set -o vi
find . -name 'xxxx'
find . -size +2000
grep -i xxxx *.sql
grep -l xxxxx *.sql