Friday, March 7, 2014

Bash process subsitution

command >(process list) or command <(process list)

Nifty way of communicating with a process, <(process list) takes output and pumps it into the command, where as command >(process list) provides input to the process from the command.

Source:

No comments:

Post a Comment