5

Changing Line in Txt File

view full story
linux-howto

http://www.unix.com – So I have a python program that I run, which runs accordingly to options I have listed in a text file (ie user_prefs). Now there are many options listed in this user_prefs.txt, but the one of most interest to me is that of the file path of the time series. I have over a hundred of these time series that I would like to run this python program through (which I would rather not do randomly).....My question is how could I possibly write a script a shell script to go through and just change the time series file name and then in a loop I would be running the other python program. All the (HowTos)