Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Maximum of 9 file descriptors
- X-seq: zsh-workers 35874
- From: JD Ballard <i.am.qix@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Maximum of 9 file descriptors
- Date: Thu, 23 Jul 2015 17:47:36 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=usoAARNOlP1FRJu38/O/kUHsGzeJ+/ffQIgLNwJEH3U=; b=CwImXKQDWmoiE7Gflj5ly0Q9zGYlM/Zai0JG/h/zr7kvl5S9KRlKBY+SDp0pmGRjDn uZDTrlS8Rs42liUjRzsgo+VnHmP6Oh3gXRYYRjuesvEa6EwnLq+u8xYAniU7QeBPjoj/ 7bV7SU2qNf6ZFwIbMmHc/MPV0U5zuxL1tGXJwjhK64jzttRSJkXxWX/qlCU5t5NH4hxm zDBtMkU5EljGbpXqf0GeO3TWekHr45gLRXblVMr0uRwi8mlgOHFjMCh/nu/uZmWv6BZP A1/txGRG92NpNqxwPnNwQbX1Cjy3uksxs9UsToeEtmE5hHB4Xanjt4+cBFKrX71IcaW4 4t1A==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author