It's been several years since I've needed to write a python script so I'm asking for advice to get me started with a brief script to separate names and email addresses in one file into two separate files: salutation.txt and emails.txt.
An example of the input file: Calvin [email protected] Hobbs [email protected] Nancy [email protected] Sluggo [email protected] Having extracted salutations and addresses I'll write a bash script using sed and mailx to associate a message file with each name and email address. I'm unsure where to start given my lack of recent experience. TIA, Rich -- https://mail.python.org/mailman/listinfo/python-list
