I'm usually inside GNU Screen or tmux, and that doesn't give me great scrolling functionality. Is there an alternative to tail -f that allows me to quickly scroll up?
A tool that is like most is to less and more.
This question is related but far from specific. I'm really looking for something that lets me scroll.
tmuxand intmuxyou can pressctrl+b, [to enter scroll mode. i'm sure you're aware. but many others may not be: depending on your term, you can then use pgup+pgdn and arrow keys to navigate the backlog, or scroll with your mouse; to exit scroll mode you pressq// you can continue usingtail -f, orless +F, orcator scroll an entire bash session for that matter.. it's rare to "need to" invokelessjust to scroll through a wall of text.tmuxhotkeys are "not that great" you may find how-can-i-page-up-or-down-in-tmux-with-terminal-app useful for customizing (or correcting) your configuration -- i've had bad (default) term configs that rendered extended keys useless.