randy3k / Terminus

Bring a real terminal to Sublime Text

Home Page:https://packagecontrol.io/packages/Terminus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Print the stdout of terminus on disk

uprokevin opened this issue · 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

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