zsh-workers
 help / color / mirror / code / Atom feed
* Maximum of 9 file descriptors
@ 2015-07-23 17:47 JD Ballard
  2015-07-23 22:49 ` Bart Schaefer
  2015-07-24 22:40 ` Vincent Lefevre
  0 siblings, 2 replies; 3+ messages in thread
From: JD Ballard @ 2015-07-23 17:47 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 238 bytes --]

Is there a reason why file descriptors are maxed out at 9?

    $ zsh
    $ cat 9>/tmp/foo # works
    $ cat 10>/tmp/foo # error

With Bash, this isn't the case.

    $ bash
    $ cat 9>/tmp/foo # works
    $ cat 10>/tmp/foo # also works

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-24 22:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-23 17:47 Maximum of 9 file descriptors JD Ballard
2015-07-23 22:49 ` Bart Schaefer
2015-07-24 22:40 ` Vincent Lefevre

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).