{{tag>[shell linux bash]}}
====== source =======
> 주로 shell의 초기화 파일을 수정했을 떄 현재 세션을 유지하면서 설정을 반영. bash 내장 명령어
===== Usage =====
* ''**source**config_file''
* ''**.**config_file'': 위와 동일(비권유)
==== Example ====
source ~/.bash_profile
. ~/.bash_profile # 위와 동ㅇ리