Multiple choice technology operating systems

Which command is used to display the subdirectory structure of the currently logged drive and pause the screen display after each screen full of the information?

  1. Tree

  2. Deltree/f

  3. Dir | more

  4. Tree | more

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

TREE | MORE combines the TREE command (which shows the directory structure) with the MORE filter (which paginates output so it doesn't scroll off the screen). This allows viewing large directory trees one screen at a time by pressing a key to continue. Plain TREE would scroll continuously, DELTREE/F deletes directories, and DIR | MORE lists files rather than showing the tree structure.