Terminus
Terminus copied to clipboard
Print the stdout of terminus on disk
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