Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Contribute
Contribute
Link to Us
Linux Jobs

Partner Sites
JustLinux.com
Linux Planet
PHPBuilder
Technology Jobs

Top White Papers

More on LinuxToday


Bash Process Substitution

May 27, 2008, 09:00 (2 Talkback[s])
(Other stories by Mitch Frazier)

"In addition to the fairly common forms of input/output redirection the shell recognizes something called process substitution. Although not documented as a form of input/output redirection, its syntax and its effects are similar.

"The syntax for process substitution is:

"<(list)
or
>(list)

"where each list is a command or a pipeline of commands..."

Complete Story

Related Stories: