Re: Running a .py file iteratively at the terminal

2015-01-27 Thread Philip Keogh
On Mon, 26 Jan 2015, varun...@gmail.com wrote: > Thanks a lot Mark but that would be a bit trivial. How can I run the > same file multiple times? Or if I need to run two commands: > srva@hades:~$ python NFV_nw_eu_v3_14_1_15.py --output eu_v3_14_1_15 > --demand demands_v3_21_1_15.xml --xml nobel-eu.

Re: Running a .py file iteratively at the terminal

2015-01-26 Thread Cameron Simpson
On 26Jan2015 13:10, varun...@gmail.com wrote: Thanks a lot Mark but that would be a bit trivial. How can I run the same file multiple times? Or if I need to run two commands: srva@hades:~$ python NFV_nw_eu_v3_14_1_15.py --output eu_v3_14_1_15 --demand demands_v3_21_1_15.xml --xml nobel-eu.xml

Re: Running a .py file iteratively at the terminal

2015-01-26 Thread varun7rs
Thanks a lot Mark but that would be a bit trivial. How can I run the same file multiple times? Or if I need to run two commands: srva@hades:~$ python NFV_nw_eu_v3_14_1_15.py --output eu_v3_14_1_15 --demand demands_v3_21_1_15.xml --xml nobel-eu.xml srva@hades:~$ python NFV_v3_7_10_14.py -l log --

Re: Running a .py file iteratively at the terminal

2015-01-26 Thread Mark Lawrence
On 26/01/2015 19:52, varun...@gmail.com wrote: Hello Everyone, I am running a python script as of now and I have to change three global values repeatedly. I'm tired of doing this manually. SO, I was wondering if there is a way to run a python command repeatedly. In my case, the command would b

Running a .py file iteratively at the terminal

2015-01-26 Thread varun7rs
Hello Everyone, I am running a python script as of now and I have to change three global values repeatedly. I'm tired of doing this manually. SO, I was wondering if there is a way to run a python command repeatedly. In my case, the command would be srva@hades:~$ python NFV_v3_7_10_14.py -l log