Process Substitution
Process substitution is a form of redirection where the input or output of a process (some sequence of commands) appear as a temporary file. This allows us to use the output of a command as a file.
Process substitution is a form of redirection where the input or output of a process (some sequence of commands) appear as a temporary file. This allows us to use the output of a command as a file.