한 줄 주석 : # 을 사용
# 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
'20. Programming > Tools - Bash Shell' 카테고리의 다른 글
[bash shell] 값 증가 (0) | 2018.11.12 |
---|---|
[bash shell] 중단하기 (0) | 2018.11.12 |
[bash shell] for ... in 문 (0) | 2018.11.12 |
[bash shell] echo 에 color 넣기 - 미완 (0) | 2018.11.12 |