team-pakchoi/msh

builtin exit with arg range

Closed this issue · 0 comments

가능한 범위 long long
-9223372036854775808 ~ 9223372036854775807

bash-3.2$ exit 9223372036854775807
exit
zsh> echo $?
255 # 큰 숫자를 8bit에 넣은 값

bash-3.2$ exit 9223372036854775808
exit
bash: exit: 9223372036854775808: numeric argument required
zsh> echo $?
255 # 에러코드