DAWNING 乡喝光 if ..then 科技计算未来 ·Structure if test-command then commands fi Example: if test "$word1"="$word2" then echo "Match" Shell编程 78 if … then • Structure if test-command then commands fi Example: if test “$word1” = “$word2” then echo “Match” fi Shell 编程 78