linux if while for 控制语句

控制语句 if [root@linux1 sh]# if [ 1 -eq 1 ];then echo ok;fi ok [root@linux1 sh]# if [ 1 -gt -1 ];then echo ok;else echo error;fi ok [root@linux1 sh]# if [ 1 -lt -1 ];then echo ok;else echo error;fi erro
相关文章
相关标签/搜索