Easily find issues by searching: #<Issue ID>
Example: #1832
Easily find members by searching in: <username>, <first name> and <last name>.
Example: Search smith, will return results smith and adamsmith
Piping the stdout
of a command into the stdin
of another is a powerful technique. But, what if you need to pipe the stdout
of multiple commands? This is where process substitution come s in.
Process substitution feeds the output of a process (or processes) into the stdin of another process.
Command list enclosed within parentheses
>(command_list)
<(command_list)
Process substitution uses /dev/fd/<n> files to send the results of the process(es) within parentheses to another process. 1
There is no space between the the " < " or ">" and the parentheses. S pace there would give an error message.
About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017