摘要:
Count=`expr $Count + 1`;#可以在各种shell执行,其他类C的写法只能在指定的bash版本执行; 赋值不能带$, 带$相当于字符串常量了;执行脚本参考如下 #!/bin/sh Count=1; while [ 1 -lt 2 ] do Count=`expr $Count + 1`; echo "Test($Count)..."; ./Process TODO.da... 阅读全文
posted @ 2018-12-04 12:14
sciapex
阅读(1738)
评论(0)
推荐(0)

浙公网安备 33010602011771号