bug-bash
[Top][All Lists]
Advanced

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

Re: Equivalent of ksh, zsh {N}<[WORD] ?


From: Chet Ramey
Subject: Re: Equivalent of ksh, zsh {N}<[WORD] ?
Date: Tue, 26 Aug 2008 14:41:32 -0400
User-agent: Thunderbird 2.0.0.16 (Macintosh/20080707)

R. Bernstein wrote:

> Right now what bashdb assumes that file descriptors 4 through 9 are
> free, but it really has no right to assume that. And in fact, GNU
> autoconf configure will use file descriptors in this range. Also using
> 4-9 we is pretty limited in in file descriptors. This is less of an
> issue, but still annoying and arbitrarily restrictive.

Why do you limit yourself to file descriptors 4-9?  Bash doesn't restrict
you to single-digit fds.  I know there have been close-on-exec problems
with fds > 10 in the past, but those should be fixed.

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer

Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/




reply via email to

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