Thoughts, stories and ideas.

쉘 스크립트 A to Z

실행하기 기초

실행권한 부여하기
chmod +x 파일명 (rxw:read/execute/write)

실행하기
파일명 앞에 ./를 붙이거나 절대 경로를 입력
$ ./script.sh


기초 / 입문

앞으로 채워나아가야할 영역..