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
More information about the Python-list mailing list
Tue Nov 11 15:04:04 EST 2014
- Previous message (by thread): Python script that does batch find and replace in txt files
- Next message (by thread): __missing__ for the top-level Python script
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Python script that does batch find and replace in txt files
- Next message (by thread): __missing__ for the top-level Python script
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list