Re: Oddity In stty

2008-09-02 Thread Chris Davies
On Sun, 2008-08-31 at 17:35 -0400, David L. Craig wrote: I can't figure this out. Why does the first pipeline suceed but the second fails? I'm running an up-to-date Sid. fold -w `stty -a | head -1 | awk '{print $7}' | tr -d ';'` /dev/null cat /dev/null | fold -w `stty -a | head -1 | awk

Re: Oddity In stty

2008-09-01 Thread Henrique de Moraes Holschuh
On Sun, 31 Aug 2008, David L. Craig wrote: On Sun, 2008-08-31 at 17:35 -0400, David L. Craig wrote: I can't figure this out. Why does the first pipeline suceed but the second fails? I'm running an up-to-date Sid. [EMAIL PROTECTED]:~$ fold -w `stty -a | head -1 | awk

Oddity In stty

2008-08-31 Thread David L. Craig
I can't figure this out. Why does the first pipeline suceed but the second fails? I'm running an up-to-date Sid. [EMAIL PROTECTED]:~$ fold -w `stty -a | head -1 | awk '{print $7}' | tr -d ';'` /dev/null [EMAIL PROTECTED]:~$ cat /dev/null | fold -w `stty -a | head -1 | awk

Re: Oddity In stty

2008-08-31 Thread David L. Craig
On Sun, 2008-08-31 at 17:35 -0400, David L. Craig wrote: I can't figure this out. Why does the first pipeline suceed but the second fails? I'm running an up-to-date Sid. [EMAIL PROTECTED]:~$ fold -w `stty -a | head -1 | awk '{print $7}' | tr -d ';'` /dev/null [EMAIL