TIL

A command in the form...

  • =(...) is replaced with the a temporary file path containing its output. The shell will delete the file when the command has run.
  • <(...) is replaced by a pointer to a named pipe (FIFO).

Source:

zsh