Re: [dev] redirecting standard error to another terminal

2022-06-18 Thread Hiltjo Posthuma
On Sat, Jun 18, 2022 at 09:03:27AM -0400, Greg Reagle wrote: > OMG I wish I had known this YEARS ago. I can redirect the standard error of > a program to a different terminal! I am using X11 and dwm and st on Debian. > For example: > > ls --foobar 2> /dev/pts/0 > > I am excited by the possib

[dev] redirecting standard error to another terminal

2022-06-18 Thread Greg Reagle
OMG I wish I had known this YEARS ago. I can redirect the standard error of a program to a different terminal! I am using X11 and dwm and st on Debian. For example: ls --foobar 2> /dev/pts/0 I am excited by the possibilities and mad at myself for not having thought of doing this before. Wh