Python script that does batch find and replace in txt files

Denis McMahon denismfmcmahon at gmail.com
Tue Nov 11 15:04:04 EST 2014


On Sun, 09 Nov 2014 11:58:49 -0800, Syed Khalid wrote:

> Python script that does batch find and replace in txt files Need a
> python script that opens all .txt files in a folder find replace/delete
> text and save files.

Sounds like you need sed, not python.

-- 
Denis McMahon, denismfmcmahon at gmail.com



More information about the Python-list mailing list