기본 if 문법
if test "taesun" = "taesun"
then
echo "TRUE"
else
echo "FALSE"
fi
exit 0
비교 연산자
산술 연산자
'System > Shell script' 카테고리의 다른 글
Shell script 기본문법 6 (case) (0) | 2012.06.13 |
---|---|
Shell script 기본문법 5 (변수) (0) | 2012.06.13 |
Shell script 기본문법 4 (함수) (0) | 2012.06.12 |
Shell script 기본문법3 (루프문) (0) | 2012.06.12 |
Shell script 기본 문법 1(echo와 변수) (0) | 2012.05.30 |