On 1/25/10 8:32 AM, mike bakhterev wrote:
> Bash Version: 4.0
> Patch Level: 35
> Release Status: release
>
> Description:
> Something is wrong with variable substitution in the exec invocation.
> When i try to close file descriptor whose number is in variable X with
> command:
mike bakhterev a écrit :
>
> Description:
> Something is wrong with variable substitution in the exec invocation.
> When i try to close file descriptor whose number is in variable X with
> command:
>
> exec $X>&-
I think the operator is 2> as a whole; you cann