When you scroll up, say to see a log, the first portion of it will not be visible since the terminal only supports a limited no. of lines. So if you want to scroll up and be able to see everything, at least a few pages up, how do you do it?
Use Shift + Page Up and Shift + Page Down .
Ctrl + A , followed by Esc also enters the copy/scrollback mode of screen .
Edit > Profile Preferences > Scrolling > Scrollback: Show activity on this post. Show activity on this post.
Open a terminal application on your Linux or Unix and type history to list all commands. To search for a command in the history, press ctrl+r multiple times. For instance, you can hit the ctrl+r and type string to search.
Use Shift+Page Up and Shift+Page Down.
Piping the output to a pager like the following is a better choice:
command | less command | more
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With