标签:style ar 使用 sp for div on 代码 ad
运行脚本报错
#!/bin/bash s=0 for (( i=1; i<=100; i++ )) do s=$(( $s + $i )) done echo $s
sh add.sh 报错:
linux shell scripts:Syntax error: Bad for loop variable
标签:style ar 使用 sp for div on 代码 ad
原文地址:http://blog.csdn.net/love254443233/article/details/41247337