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

help

Show help for shell built-in commands

Syntax

help [-dms] [PATTERN...]

Common Options

-dShow short description
-mDisplay in man format
-sShow syntax only

Common Examples

help cd

View help for cd

help -d cd

Short description of cd

help -m cd

Man format help for cd

help -s cd

Show syntax only for cd

help

List all built-in commands

help export

View help for export

help alias

View help for alias

help if

View if syntax

Related Commands

Related Tools

More Code & Dev Tools