Richard Owlett wrote: > There are many FAQ lists. > I'm working towards a FSBAQ list [Frequently Should Be Asked Questions]. > My first sub-task is a list of my own questions asked in various fora. > I created a filter of my posts which do not have "Re:" in subject line. > I saved it as a search folder and copied the messages to another folder. > > I want a plain text document with one subject per line. I've an idea of > how it could be done in Tcl/Tk. > > Does similar already exist? > TIA >
grep "^Subject:" FOLDER_NAME | grep -v " Re:" -- Take care, Jonathan ------------------- LITTLE WORKS STUDIO http://www.LittleWorksStudio.com _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

