Shell script 數學邏輯符號

shell script 不能使用 >、<….
方式請參考下面
= 等於 -eq

= 大於等於 -ge
大於 -gt
<= 小於等於 -le
< 小於 -lt
≠ 不等於 -ne

迴圈次數 + 1
用 expr 指令去計算 (符合sh結構)

  i=`expr $i + 1`

Source: http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?post_id=63593

This entry was posted in Linux. Bookmark the permalink.