I know there is a simple unix command that allows you to view things from the top and/or allows you to scroll indefinitely toward the top. Not sure what to call it, so it's difficult to google. Thanks to anyone who can explain how to do either one for me
2 Answers
I believe Shift+PgUp/PgDn is the binding for wandering the scrollback under the default terminal in recent Ubuntu releases.
-
1I don't think that was quite it :(Dark Templar– Dark Templar2011-10-10 05:15:03 +00:00Commented Oct 10, 2011 at 5:15
Terminal multiplexers screen or tmux both have this scrollback feature.
-
What about when you're in the installer of Arch?Deoxal– Deoxal2022-01-07 21:25:28 +00:00Commented Jan 7, 2022 at 21:25
gnome-terminal,xterm,konsole,rxvt, etc). Pipe output tolessor any similar pager if you want to be able to scroll up independent of what your terminal can do.G.