x미소 2018. 11. 12. 16:32



한 줄 주석 : # 을 사용

# Removing Directories



여러 줄 주석 : : ' ' 을 사용

: '     <= 공백 있음을 유의

echo -e "${NC}"

echo -e "${NC}--------------------------------------"

echo -e "${RED}| # Removing Directories             |"

echo -e "${NC}--------------------------------------"

'




주석에 Naming 하기 : : << '주석이름'            ....................         주석이름

: <<'end_long_comment'

echo -e "${NC}"

echo -e "${NC}--------------------------------------"

echo -e "${RED}| # Removing Directories             |"

echo -e "${NC}--------------------------------------"

end_long_comment