Re: Problems with command line scratch files in zsh

2005-06-12 Thread Christopher Black
Why not just 'cat /etc/motd | wc' ? On Sun, 2005-06-12 at 03:31 -0500, Mike Meyer wrote: Since going to 5.x with devfd, I've noticed that some of the shell constructs used by zsh (and other shells - I know zsh didn't invent this) quit working. To wit: guru% wc (cat /etc/motd) wc:

Re: Problems with command line scratch files in zsh

2005-06-12 Thread Svein Halvor Halvorsen
* Mike Meyer wrote [2005-06-12 03:31 -0500] guru% wc (cat /etc/motd) wc: /dev/fd/11: open: No such file or directory Did you mount the fdescfs filesystem? I have this in my /etc/fstab: fdesc/dev/fd fdescfs rw 0 0 ___

Re: Problems with command line scratch files in zsh

2005-06-12 Thread Juha Saarinen
On 6/13/05, Svein Halvor Halvorsen [EMAIL PROTECTED] wrote: * Mike Meyer wrote [2005-06-12 03:31 -0500] guru% wc (cat /etc/motd) wc: /dev/fd/11: open: No such file or directory Did you mount the fdescfs filesystem? I have this in my /etc/fstab: fdesc/dev/fd fdescfs rw

Re: Problems with command line scratch files in zsh

2005-06-12 Thread Mike Meyer
[Format recovered from top posting.] In [EMAIL PROTECTED], Christopher Black [EMAIL PROTECTED] typed: On Sun, 2005-06-12 at 03:31 -0500, Mike Meyer wrote: Since going to 5.x with devfd, I've noticed that some of the shell constructs used by zsh (and other shells - I know zsh didn't invent

Re: Problems with command line scratch files in zsh

2005-06-12 Thread Mike Meyer
In [EMAIL PROTECTED], Svein Halvor Halvorsen [EMAIL PROTECTED] typed: * Mike Meyer wrote [2005-06-12 03:31 -0500] guru% wc (cat /etc/motd) wc: /dev/fd/11: open: No such file or directory Did you mount the fdescfs filesystem? I have this in my /etc/fstab: fdesc/dev/fd

Re: Problems with command line scratch files in zsh

2005-06-12 Thread Dan Nelson
In the last episode (Jun 12), Mike Meyer said: [Format recovered from top posting.] In [EMAIL PROTECTED], Christopher Black [EMAIL PROTECTED] typed: On Sun, 2005-06-12 at 03:31 -0500, Mike Meyer wrote: Since going to 5.x with devfd, I've noticed that some of the shell constructs used by

Re: Problems with command line scratch files in zsh

2005-06-12 Thread Mike Meyer
In [EMAIL PROTECTED], Dan Nelson [EMAIL PROTECTED] typed: In the last episode (Jun 12), Mike Meyer said: [Format recovered from top posting.] In [EMAIL PROTECTED], Christopher Black [EMAIL PROTECTED] typed: On Sun, 2005-06-12 at 03:31 -0500, Mike Meyer wrote: Since going to 5.x with