日期:2014-05-16 浏览次数:20768 次
echo input 3 integers: read a b c if [ $a -lt $b ] then d=$a else d=$b; fi if [ $d -lt $c ] then a=$d else a=$c fi echo $a