On 28 May 2017, at 19:07, Hubro wrote: > I really, really wish "postcat -e" had a "-" option, like postsuper, that > allowed me to stream queue IDs in through stdin...
xargs postcat -e < listofqueuefiles.txt OR { some procedure that spits out target queue filenames } | xargs postcat -e OR { some procedure that spits out target queue IDs } | xargs postcat -qe