Re: Advanced Bash-Scripting Guide script result different with it on the linux

2014-03-24 Thread Larry Hall (Cygwin)
On 3/24/2014 2:02 PM, shu wrote: A script in Advanced Bash-Scripting Guide (at the bottom of http://www.tldp.org/LDP/abs/html/ioredirintro.html ) Even i had change "sleep 1" -->"sleep 3" , still different. Come out result: 2nd, to stderr FD4: FIFO2: 3rd, to fd 3 FD6: FIFO2: 3rd, to fd 3 FD5:

Advanced Bash-Scripting Guide script result different with it on the linux

2014-03-24 Thread shu
A script in Advanced Bash-Scripting Guide (at the bottom of http://www.tldp.org/LDP/abs/html/ioredirintro.html ) Even i had change "sleep 1" -->"sleep 3" , still different. Come out result: 2nd, to stderr FD4: FIFO2: 3rd, to fd 3 FD6: FIFO2: 3rd, to fd 3 FD5: FIFO2: 3rd, to fd 3 FIFO1: FIFO2: 3r