On Thu, Mar 08, 2018 at 06:21:21 -0800, Paul Guenette wrote:
> What's the best way to handle this?

Write to an intermediate file? Instead of:

    a -> b, b -> c

do:

    a -> b.tmp, b.tmp -> c

Is there a reason that isn't possible?

--Ben

-- 
-- 
tup-users mailing list
email: [email protected]
unsubscribe: [email protected]
options: http://groups.google.com/group/tup-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"tup-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to