Toplevel #show - How to pause screen or pipe into something like Unix less or more

Using the OCaml toplevel and #show, E.g. # #show Base;;

Is there a way to get the output to pause at one page and then show the next page(s)? I am not opposed to something like Unix less or more.

I do not want to use utop at present; maybe latter.

In reading #help did not see options for #show.
OCaml is running on Ubuntu 20.04.4 LTS on WSL 2.
OCaml is started from Linux command line with rlwrap ocaml

Ref: rlwrap