Terminus icon indicating copy to clipboard operation
Terminus copied to clipboard

Print the stdout of terminus on disk

Open uprokevin opened this issue 3 years ago • 1 comments

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

uprokevin avatar Jan 01 '23 00:01 uprokevin

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

rwols avatar Jan 01 '23 21:01 rwols