Tagged Questions
2
votes
1answer
4k views
Linux console output - pause after each screen
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 ...