Screen: Difference between revisions

From Anthony Pastor Wiki Notes - Verba volant, scripta manent
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
=To write the entire contents of the scrollback buffer to a file=
=To write the entire contents of the scrollback buffer to a file=
<syntaxhighlight lang="bash">
Ctrl + A and : to get to command mode then:
Ctrl + A and : to get to command mode then
hardcopy -h <filename>
hardcopy -h <filename>
</syntaxhighlight>

Revision as of 12:40, 3 December 2015

To write the entire contents of the scrollback buffer to a file

Ctrl + A and : to get to command mode then:

hardcopy -h <filename>