shell腳本的邏輯判斷

1.shell腳本的邏輯判斷 在shell腳本中,-gt (>); -lt(<); -ge(>=); -le(<=);-eq(==); -ne(!=),&&(與),||(或)。linux 或者用(($a>1))這種方式來表示;shell [root@yuioplvlinux-128 ~]# a=5 [root@yuioplvlinux-128 ~]# if [ $a -gt 3 ];then ec
相關文章
相關標籤/搜索