shell实例(一)

shell实例(一) 实例一: 等于 -eq   (equal) 不相等 -ne (not equal) 大于 -gt   (greater than) 小于 -lt  (less than) 大于或等于 -ge (greater than or equal) 小于或等于 -le (less than or equal) 举例如下: #!/bin/bash d=`date` echo $d a=1
相关文章
相关标签/搜索