주 메뉴 열기

wwiki β

Bash

Jhkim (토론 | 기여)님의 2018년 12월 26일 (수) 06:41 판 (새 문서: == if == if [ -z "$1" ] && [ -z "$2" ] then somecode1 else somecode2 fi)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

if

if [ -z "$1" ] && [ -z "$2" ]

then

somecode1

else

somecode2

fi