-->

Wednesday, October 1, 2014

logging your screen output in linux bash

Redirecting the bash output does not work with the classic redirection operator > ? No worries, screen comes with a built in option to dump everything when screen is terminating. Just add -L to your screen command as in the example below:
screen -L -S myGreatScreen my_bash_command

No comments:

Post a Comment