That means you can't unset it either. $ readonly myvar3=1 $ echo $myvar3 1 $ ((myvar3++)) -bash: myvar3: readonly variable $ ...
確定! 回上一頁