bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: output redirection with process substitution asynchronous?


From: pjodrr
Subject: Re: output redirection with process substitution asynchronous?
Date: Sat, 5 Dec 2009 01:06:40 -0800 (PST)
User-agent: G2/1.0

Hi

On Dec 4, 7:58 pm, pk <p...@pk.invalid> wrote:
> What's wrong with
>
> seq 4 | while read line; do echo "$(date): $line"; done

it creates a subshell, "seq" was just an example, sorry for
the confusion, it could be any other command, and it
should run in the current shell.

thanks,

  Peter


reply via email to

[Prev in Thread] Current Thread [Next in Thread]