cmd1 > >(cmd2)

Category: I/O Redirection & Pipes

cmd1 > >(cmd2)

Process substitution — pipe stdout into another command

Another form of process substitution: sends stdout into cmd2 as if it were a file opened for writing.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.