Is there a way to paginate the output by piping it to some \'more\' command, which is available in linux\\unix shells?
If you have VIM installed, I thoroughly enjoy dir -r | vim -R -. Unfortunately this suffers the same problem with more (ie. no streaming).
dir -r | vim -R -
more