Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

=() and &! don't go together?



It looks like when &! is used (i.e., "program =(computation) &!"), the
temporary file created by =() does not exist at the point the command
tries to access it. Is there a solution to this?

(I mean, for people more knowledgable than me it's probably obvious from
the way &! works; what I'm wondering is if it could either be fixed
somehow, or what the simplest workaround is.)

-- 
Štěpán



Messages sorted by: Reverse Date, Date, Thread, Author