source

source

info
namesource
주로 shell의 초기화 파일을 수정했을 떄 현재 세션을 유지하면서 설정을 반영. bash 내장 명령어
  • source config_file
  • . config_file: 위와 동일(비권유)
source ~/.bash_profile
. ~/.bash_profile # 위와 동ㅇ리
  • source.txt
  • 마지막으로 수정됨: 2024/09/12 08:14
  • 저자 writer