cdecarlo wrote: > Hello, > > I've often found that I am writing little scripts at the interpretor to > read a text file, perform some conversion, and then write the converted > data back out to a file. I normally accomplish the above task by <snip> > > Any suggestions, > > Colin You should check out the fileinput module. HTH, ~Simon