由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - 问一个run bash-script command several times的问题
相关主题
测试一下自己的语言有多快gcc 命令问题
请教一道算法题how to shut down pbs server or kill all my jobs (转载)
some question about ucon【求教】Text Indexer for Large Volume of ASCII files【先谢】
[转载] How to implement the "Contour" commandlooking for summer interns (转载)
MPI问题求助。Help! (转载)SOAP service, how to make sure it runs only 1 process? (
java 里可以插入linux command吗? (转载)10个包子 求救 新手 问个borland c++ 5.5的问题。。 (转载)
在linux 和 Unix 上做 C/C++ 有差别吗?anybody got icde notification?
what's the dos equivalent of unix "tail" command?part-time job or intern
相关话题的讨论汇总
话题: times话题: con话题: run话题: bash话题: command
进入CS版参与讨论
1 (共1页)
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
2
真想帮你,可是我英语退化了。完全看不懂
j*********e
发帖数: 811
3
不好意思啊,是我英语不大好,可能没说明白。
就是想执行一段code,理论上会自动产生10个结果,但是有些情况只出现了9个,想知
道为什么

【在 d****n 的大作中提到】
: 真想帮你,可是我英语退化了。完全看不懂
1 (共1页)
进入CS版参与讨论
相关主题
part-time job or internMPI问题求助。Help! (转载)
CS去修经济系的Time Series有帮助吗java 里可以插入linux command吗? (转载)
请问如何实现这样的数据互换?在linux 和 Unix 上做 C/C++ 有差别吗?
简单问题,可我不会。:( 急用啊!what's the dos equivalent of unix "tail" command?
测试一下自己的语言有多快gcc 命令问题
请教一道算法题how to shut down pbs server or kill all my jobs (转载)
some question about ucon【求教】Text Indexer for Large Volume of ASCII files【先谢】
[转载] How to implement the "Contour" commandlooking for summer interns (转载)
相关话题的讨论汇总
话题: times话题: con话题: run话题: bash话题: command