unzip -lp .pptx ppt/slides/* ppt/notesSlides/* | perl -wne'while ( /(.*?)<\/a:t>.*?(?=(|<\/p:txBody>))/g ) {print "$1" and print "\n" if $2 eq "<\/p:txBody>"}'