본문 바로가기
언어/ㄴshell, perl

[shell] shell 주석달기

by 공대우냉이 2017. 8. 1.

한줄 주석: # 기호를 쓰면 됨.

여러줄 주석:

:<<'END'

주석처리

END


'언어 > ㄴshell, perl' 카테고리의 다른 글

[shell] shell script, dash -> bash로 환경 바꾸기  (0) 2017.09.27
[perl] perl 관련 명령어  (0) 2017.07.24