echo "num args : $#"설명 :
if [ $# -eq 3 ]; then
echo "arg3:"$3elif [ $# -eq 2 ]; then
echo "arg2:"$2else
echo "exception"fi
arguments의 수 : $#레퍼런스 :
첫번째 argument : $1
argument 가 file path일때 quoted path : "$1"
UNIX Shell 에서 if, elif(else if), else, fi 사용 및 condition 비교문
if...elif...fi condition in Unix
No comments:
Post a Comment