j*********e 发帖数: 811 | 1 I run a bash-script with command:
for con in 'seq 50 50 300'...
do
replace "count" $ con
compile
run "10" "con_cnt$con"
done
but the result shows, it runs 10 times at 50,100,200,300
by 150 and 250 only 9 times
then I changed a condition, and this time, it runs 10 times at 50,100,
150,300
by 200 and 250 only 8 times
I read the couu_log.txt, and there are several places, that without the sign
why? | d****n 发帖数: 1637 | | j*********e 发帖数: 811 | 3 不好意思啊,是我英语不大好,可能没说明白。
就是想执行一段code,理论上会自动产生10个结果,但是有些情况只出现了9个,想知
道为什么
【在 d****n 的大作中提到】 : 真想帮你,可是我英语退化了。完全看不懂
|
|