본문 바로가기
Development Solutions/Linux

[Solved][Linux] source Command Description (source 명령 설명)

by studio ODOC 2022. 8. 24.
반응형

[Solved][Linux]

source Command Description

source 명령 설명

 

 

 

source는 쉘 스크립트 명령이 childe 프로세스가 아닌, 현재 실행중인 프로세스에서 실행되도록 하는 명령어!

 

덕분에 스크립트가 끝났을때 바로 명령어를 적용시킬 수 있음

 

ex) source ./bashrc

 

(source is a command that allows shell script commands to be executed in a currently running process, not in a child process!



This allows you to apply the command as soon as the script is finished



ex) source ./bashrc)

반응형