when I list directories with a lot of files with ls -la or tree -L 3 I get many screens of output. To read one screen after another I add | more or | less, but the problem with this is that the coloring is lost.
Is there a way to make the console pause after each screen full of information but keep the coloring?
Thanks.