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

Capture stdout, stdin, and exit status in different variables without using temporary files



Per http://mywiki.wooledge.org/BashFAQ/002, it seems this can not be done in bash. Is it possible in zsh?
If not, is a named pipe advantageous to a temporary file?
Is there a way to avoid disk IO (which will probably slow things down considerably)?


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