Saturday, March 27, 2010

UNIX Shell Script에서 여러줄 comment 하는 법

:<<COMMENT
a line in the script.
another line in the script
.
.
yet another line in script.
COMMENT

주의점:
:<<COMMENT와 COMMENT는 indent 하지 말 것.
indent 하면 comment 로 인식이 안되어 오동작한다.

키워드 : multiple lines, 주석

레퍼런스 : http://www.unix.com/shell-programming-scripting/33757-commenting-more-then-1-line.html

No comments:

Post a Comment