웹서버(톰캣,UNIX등)2014. 1. 23. 17:12

profile 파일 안에

 

mycd()
{
cd $1 && pwd > ~/pwd
}
alias cd=mycd

 

출처 - http://chinmaykamat.wordpress.com/2009/09/16/bash-alias-and-parameters/

 

Posted by 선한열심