I have my program generating some data. It output everything on standard error.
Now I’d like to redirect the output to a newly started text editor, into the main unnamed edit window that shows at startup. I tried with vim and gedit without success.
myprogram | gedit
myprogram | gvim
Anyone knows about an X11 text editor that would support this?
If you want to redirect
stderrof your program in togvimyou can do:and in case if you want to redirect the
stdoutto the editor you can do: