linux scroll terminal

C++
# By adding '| less' to the end,
# you can scroll your terminal using the arrow keys.
# eg. curl -help | less

<your command here> | less
Source

Also in C++: