0

http://gus3.typepad.com

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 »
prakash's picture
Created by prakash 11 years 42 weeks ago
Category: High End   Tags:

Best karma users