Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: multi-digit file descriptors



Vincent Lefevre <vincent@xxxxxxxxxx> writes:

> Contrary to bash and mksh, zsh doesn't support file descriptors with
> multiple digits. Considered the following file "redir".

Funny thing, I just fixed this in a script of mine today (switched
from bash to dash for /bin/sh).

Ended up using /dev/fd/10 instead.

-- 
Christian Neukirchen  <chneukirchen@xxxxxxxxx>  http://chneukirchen.org



Messages sorted by: Reverse Date, Date, Thread, Author