more - Control the Text Displayed at Once

Maintained on

When using commands like dir or tree, if the target directory contains a large number of files or folders, the amount of text displayed at once can be overwhelming and may exceed the screenโ€™s viewable area.

For example, if you run the tree command on a directory with a large hierarchy, it can be difficult to see the entire output as it may exceed the screenโ€™s viewable area.

๏ผ โ–ก ร—
Command Prompt Icon
Command Prompt
Microsoft Windows [Version xx.x.xxxxx.xxx]
(c) 2024 Ribbit App Development All rights reserved.
 
C:\users\user>tree
C:.
โ”œโ”€โ”€โ”€Documents
โ”‚   โ”œโ”€โ”€โ”€Projects
โ”‚   โ”‚   โ”œโ”€โ”€โ”€ProjectA
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€โ”€Drafts
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€โ”€draft1.txt
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€โ”€Final
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€โ”€final_report.docx
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€โ”€presentation.pptx
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€โ”€Resources
โ”‚   โ”‚   โ”‚       โ”œโ”€โ”€โ”€data.xlsx
โ”‚   โ”‚   โ”‚       โ”œโ”€โ”€โ”€image1.png
โ”‚   โ”‚   โ”‚       โ””โ”€โ”€โ”€image2.png
โ”‚   โ”‚   โ”œโ”€โ”€โ”€ProjectB
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€โ”€docs
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€โ”€specifications.docx
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€โ”€requirements.docx
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€โ”€src
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€โ”€main.py
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€โ”€utils.py
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€โ”€tests
โ”‚   โ”‚   โ”‚       โ”œโ”€โ”€โ”€test_main.py
โ”‚   โ”‚   โ”‚       โ””โ”€โ”€โ”€test_utils.py
โ”‚   โ”‚   โ””โ”€โ”€โ”€ProjectC
โ”‚   โ”‚       โ”œโ”€โ”€โ”€assets
โ”‚   โ”‚       โ”‚   โ”œโ”€โ”€โ”€asset1.jpg
โ”‚   โ”‚       โ”‚   โ””โ”€โ”€โ”€asset2.jpg
โ”‚   โ”‚       โ”œโ”€โ”€โ”€build
โ”‚   โ”‚       โ”‚   โ”œโ”€โ”€โ”€build.log
โ”‚   โ”‚       โ”‚   โ””โ”€โ”€โ”€output.exe
โ”‚   โ”‚       โ””โ”€โ”€โ”€src
โ”‚   โ”‚           โ”œโ”€โ”€โ”€module1.cpp
โ”‚   โ”‚           โ””โ”€โ”€โ”€module2.cpp
โ”‚   โ”œโ”€โ”€โ”€Reports
โ”‚   โ”‚   โ”œโ”€โ”€โ”€2021
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€โ”€Q1
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€โ”€report.docx
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€โ”€Q2
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€โ”€report.docx
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€โ”€Q3
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€โ”€report.docx
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€โ”€Q4
โ”‚   โ”‚   โ”‚       โ””โ”€โ”€โ”€report.docx
โ”‚   โ”‚   โ””โ”€โ”€โ”€2022
โ”‚   โ”‚       โ”œโ”€โ”€โ”€Q1
โ”‚   โ”‚       โ”‚   โ””โ”€โ”€โ”€report.docx
โ”‚   โ”‚       โ”œโ”€โ”€โ”€Q2
โ”‚   โ”‚       โ”‚   โ””โ”€โ”€โ”€report.docx
โ”‚   โ”‚       โ”œโ”€โ”€โ”€Q3
โ”‚   โ”‚       โ”‚   โ””โ”€โ”€โ”€report.docx
โ”‚   โ”‚       โ””โ”€โ”€โ”€Q4
โ”‚   โ”‚           โ””โ”€โ”€โ”€report.docx
โ”‚   โ””โ”€โ”€โ”€Personal
โ”‚       โ”œโ”€โ”€โ”€Photos
โ”‚       โ”‚   โ”œโ”€โ”€โ”€Vacation
โ”‚       โ”‚   โ”‚   โ”œโ”€โ”€โ”€photo1.jpg
โ”‚       โ”‚   โ”‚   โ””โ”€โ”€โ”€photo2.jpg
โ”‚       โ”‚   โ”œโ”€โ”€โ”€Family
โ”‚       โ”‚   โ”‚   โ”œโ”€โ”€โ”€photo1.jpg
โ”‚       โ”‚   โ”‚   โ””โ”€โ”€โ”€photo2.jpg
โ”‚       โ”‚   โ””โ”€โ”€โ”€Events
โ”‚       โ”‚       โ”œโ”€โ”€โ”€photo1.jpg
โ”‚       โ”‚       โ””โ”€โ”€โ”€photo2.jpg
โ”‚       โ””โ”€โ”€โ”€Videos
โ”‚           โ”œโ”€โ”€โ”€Birthday
โ”‚           โ”‚   โ”œโ”€โ”€โ”€video1.mp4
โ”‚           โ”‚   โ””โ”€โ”€โ”€video2.mp4
โ”‚           โ”œโ”€โ”€โ”€Holidays
โ”‚           โ”‚   โ”œโ”€โ”€โ”€video1.mp4
โ”‚           โ”‚   โ””โ”€โ”€โ”€video2.mp4
โ”‚           โ””โ”€โ”€โ”€Random
โ”‚               โ”œโ”€โ”€โ”€video1.mp4
โ”‚               โ””โ”€โ”€โ”€video2.mp4
โ”œโ”€โ”€โ”€Downloads
โ”‚   โ”œโ”€โ”€โ”€Software
โ”‚   โ”‚   โ”œโ”€โ”€โ”€installer1.exe
โ”‚   โ”‚   โ””โ”€โ”€โ”€installer2.exe
โ”‚   โ”œโ”€โ”€โ”€Documents
โ”‚   โ”‚   โ”œโ”€โ”€โ”€doc1.pdf
โ”‚   โ”‚   โ””โ”€โ”€โ”€doc2.pdf
โ”‚   โ””โ”€โ”€โ”€Media
โ”‚       โ”œโ”€โ”€โ”€song1.mp3
โ”‚       โ””โ”€โ”€โ”€song2.mp3
โ””โ”€โ”€โ”€Music
    โ”œโ”€โ”€โ”€Albums
    โ”‚   โ”œโ”€โ”€โ”€Album1
    โ”‚   โ”‚   โ”œโ”€โ”€โ”€track1.mp3
    โ”‚   โ”‚   โ””โ”€โ”€โ”€track2.mp3
    โ”‚   โ”œโ”€โ”€โ”€Album2
    โ”‚   โ”‚   โ”œโ”€โ”€โ”€track1.mp3
    โ”‚   โ”‚   โ””โ”€โ”€โ”€track2.mp3
    โ”‚   โ””โ”€โ”€โ”€Album3
    โ”‚       โ”œโ”€โ”€โ”€track1.mp3
    โ”‚       โ””โ”€โ”€โ”€track2.mp3
    โ””โ”€โ”€โ”€Playlists
        โ”œโ”€โ”€โ”€Playlist1
        โ”‚   โ”œโ”€โ”€โ”€song1.mp3
        โ”‚   โ””โ”€โ”€โ”€song2.mp3
        โ”œโ”€โ”€โ”€Playlist2
        โ”‚   โ”œโ”€โ”€โ”€song1.mp3
        โ”‚   โ””โ”€โ”€โ”€song2.mp3
        โ””โ”€โ”€โ”€Playlist3
            โ”œโ”€โ”€โ”€song1.mp3
            โ””โ”€โ”€โ”€song2.mp3

In such cases, you can use the more command to display the content one page at a time.

๏ผ โ–ก ร—
Command Prompt Icon
Command Prompt
Microsoft Windows [Version xx.x.xxxxx.xxx]
(c) 2024 Ribbit App Development All rights reserved.
 
C:\users\user>tree | more +10
C:.
โ”œโ”€โ”€โ”€Documents
โ”‚   โ”œโ”€โ”€โ”€Projects
โ”‚   โ”‚   โ”œโ”€โ”€โ”€ProjectA
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€โ”€Drafts
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€โ”€draft1.txt
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€โ”€Final
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€โ”€final_report.docx
-- More  --

In this article, we will explain the basic usage of the more command and how to set its options.

What is the more command?

The more command is used to display the contents of a text file one page at a time. It is particularly useful when the text to be displayed is too large to fit on one screen. By scrolling through the content, it is convenient for handling large amounts of text data.

Basic usage of the more command

Basic syntax

more [filename]

Example

For instance, if you want to display the contents of a file named example.txt, you can enter the following command:

more example.txt

When you run this command, the contents of the file will be displayed one page at a time. Press the spacebar to move to the next page.

Additionally, pressing the Enter key will advance the display one line at a time.

Options for the more Command

+ Option

Starts displaying from a specific line in the file.

Example

more +20 example.txt

In this case, the display starts from line 20.

Using with Pipes

It can also be used in combination with the dir command or the type command.

Example

dir | more

In this case, the contents of the directory will be displayed one page at a time.

4. Examples of Using the more Command

Checking Log Files

When checking the contents of a large log file, the more command is useful.

more server.log

Viewing Long Text Files

For example, you can use the more command to read text files such as novels.

more novel.txt

Practice Problem

Practice 1

Which of the following correctly describes the behavior when the following command is executed?

more +5 example.txt
Practice 2

Which command displays the output of the dir command one page at a time?

#Command Prompt #Batch Files #Arguments #Command Line #Commands