Linux Commands Reference - Complete Linux Command Guide

Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.

Share
Back to commands

more

Display file content page by page

Syntax

more [OPTION]... [FILE]...

Common Options

-dDisplay prompt
-cClear screen before display
-pClear screen without scrolling
+nStart from line n

Common Examples

more file.txt

View file page by page

more +10 file.txt

Start from line 10

Related Commands

Related Tools

More Code & Dev Tools