Bash: Process Substitution
Aug 25, 2023 · 2 min read · Process Substitution allows commands to communicate with each other by passing the output of one command as the input to another command, without using temporary files. It uses <() to pass output as input and >() to pass output to another command. Ex...
Join discussion













