Demonstrating multi-processing in Bash 4
Bash has had multi-processing for a long time, via job control, the $! environment variable, and the "wait" command. Judicious use of parentheses for sub-processes, and pipes where necessary, can put comparatively long-term procedures into the background. Bash 4 now provides a new multi-processing paradigm for shell scripting, via the "coproc" statement.
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.