|
| From: | pk |
| Subject: | Re: output redirection with process substitution asynchronous? |
| Date: | Sat, 05 Dec 2009 15:45:31 +0000 |
pjodrr wrote: > Hi > > On Dec 4, 7:58 pm, pk <address@hidden> wrote: >> What's wrong with >> >> seq 4 | while read line; do echo "$(date): $line"; done > > it creates a subshell uh...where do you think your original >(while read line; do echo "$(date): $line"; done) runs?
| [Prev in Thread] | Current Thread | [Next in Thread] |