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

less

View file content with pagination

Syntax

less [OPTION]... [FILE]...

Common Options

-NShow line numbers
-iIgnore case in search
-FExit if one screen
+FFollow file changes

Common Examples

less file.txt

View file with pagination

less +F log.txt

Real-time log viewing

Related Commands

Related Tools

More Code & Dev Tools