help-bash
[Top][All Lists]
Advanced

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

Re: [Help-bash] redirection again and again and ...


From: Chris Down
Subject: Re: [Help-bash] redirection again and again and ...
Date: Wed, 13 Mar 2013 22:29:31 +0800

In the latter, you are redirecting a file named 62.

Chris

On 13 Mar 2013 22:27, <address@hidden> wrote:
One day I will get the hang of this
>From coproc.bash
echo "$@" >&61
builtin read "$@" <&62

Why not
echo "$@" >61
builtin read "$@" <62

Thanks
Richard


reply via email to

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