bug-bash
[Top][All Lists]
Advanced

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

Re: File Descriptors problem


From: Paul Jarc
Subject: Re: File Descriptors problem
Date: Tue, 01 Apr 2003 11:15:43 -0500
User-agent: Gnus/5.090017 (Oort Gnus v0.17) Emacs/21.3 (gnu/linux)

"Chris Robinson" <chris@iceberg.co.za> wrote:
> 3<f

This runs the command 3 with its standard input (descriptor 0) reading
from the file f.  You want "exec 3< f".


paul




reply via email to

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