Long output - how to paginate?

Just got started with the Mikrotik system and cant seem to figure out how to limit output from a command to screen at a time similar til “| more” in a normal unix CLI. The “Manual:Console” in the wiki dont seem to have the answer. Can anybody help me out?

By default the CLI paginates - have you got some weird termtype set?

Hmm - my TERM is not that strange. Default terminal on OSX:

TERM_PROGRAM=Apple_Terminal
TERM=ansi
SHELL=/bin/bash


Some commands won’t page (/log print & /export for example). Does this apply to all commands? What version of ROS are you running?

It was /log print that was the only command where I had the issue, so you comment suggests that this is by design! Thanks.