Redirect Output to Buffers from Emacs Eshell

With Emacs eshell, you can redirect the standard output of shell programs into buffers: That will use existing buffers and create new buffers as needed. For me, the new buffers would not be switched to automatically, but created in the background. You don’t pipe into a buffer function, but redirect the output like you’d redirect file output. Instead of a file on disk, you specify a buffer with the special form:

Continue reading …