Commit 82e6be1 Andreas Florath
committed
1 parent 2b194d5 commit 82e6be1 Copy full SHA for 82e6be1
File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Status](https://secure.travis-ci.org/flonatel/pipexec.png)](http://travis-ci.org
9
9
# Introduction
10
10
* pipexec* has two major use cases.
11
11
12
- ## Use Case: Handling Arbitrary Pipes between Processes ##
12
+ ## Use Case 1 : Handling Arbitrary Pipes between Processes ##
13
13
14
14
### Basics ###
15
15
When it comes to pipes in shells many tutorials introduce
59
59
60
60
![ Pipexec Cycle] ( doc/imgs/PipexecCycle.png )
61
61
62
- If you want to communicate not only with one filedescriptor in one
63
- direction - like <code >cmd1 | cmd2 | cmd3</code > - but also need more
64
- sophisticated ways like connecting fd 7 of <code >cmd3</code > to fd 6
65
- of <code >cmd1</code > you are lost when using normal shells.
66
-
67
- ## Use Case: Handle Bunch of Processes like one single Process ##
62
+ ## Use Case 2: Handle Bunch of Processes like one single Process ##
68
63
Most systems to start and run processes during system start-up time do
69
64
not support pipe. If you need to run a pipe of programs from an
70
65
/etc/init.d script you are mostly lost.
You can’t perform that action at this time.
0 commit comments