Here's a quick pro tip:

Have you ever been using GNU/Screen and decided you wanted to save the output of your current window to a file? It's actually pretty easy to do.

Enter command mode by using Ctrl + A and then : Once done, all you have to do is type the following:

hardcopy -h <filename>

Remember, paths should be relative to the location you opened screen from, and globbing may not work as expected.