算術運算. Bash shell 的算術運算有四種方式。 第一種:使用expr 這個外部程式. 加法 r=`expr 4 + 5`. echo $r. 注意! '4' '+' '5' ...
mirror.sars.tw