On Tue, May 30, 2017 at 07:42:24PM +1200, Peter wrote:
> 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 see the difference between them. What is it?
> 
> The first one has a stray ")".

Ah, got it. thanks.


> > Is it the +  that should be removed??
> 
> The "+" is in both.

Yes, the + is in both.
It looked strange.
Learned that it belongs the find exec {}


Groeten
Geert Stappers
-- 
Leven en laten leven

Reply via email to