On 30/05/17 19:40, Geert Stappers wrote: > On Mon, May 29, 2017 at 05:02:36PM +1200, Peter wrote: >> On 29/05/17 16:57, Peter wrote: >>> find "$(postconf -h queue_directory)/deferred/)" -type f -exec postcat >>> -e {} + | your_program | postsuper -d - >> >> Oops, typo there, should be: >> >> find "$(postconf -h queue_directory)/deferred/" -type f -exec postcat -e >> {} + | your_program | postsuper -d - >> > > I don't the difference between them. What is it?
The first one has a stray ")". > Is it the + that should be removed?? The "+" is in both. Peter