Open uprokevin opened 1 year ago
Hello,
Thanks for your plugin ! Is there a way to stdout, stderr the terminals output on Disk automatically. It can be very handy to record automatically, all the outputs.
Thanks
You can use redirections for that. For bash see https://www.gnu.org/software/bash/manual/html_node/Redirections.html
e.g. ls -lash >output.txt
ls -lash >output.txt
Hello,
Thanks for your plugin ! Is there a way to stdout, stderr the terminals output on Disk automatically. It can be very handy to record automatically, all the outputs.
Thanks