tldr
Verified for current stable LTS
Tldr Commands
Tldr command syntax with verified terminal examples.
Commands
8 commands for Tldr
tldr Operations
Tldr Command: Browse Tldr Pages Terminal Window
tldr -l | fzf --preview "tldr {1} --color=always" --preview-window=right,70% | xargs tldr tldr Operations
Tldr Command: List All Tldr Pages Current Platform
tldr -l tldr Operations
Tldr Command: Print Random Tldr Page
tldr -l | shuf -n 1 | xargs tldr tldr Operations
Tldr Command: Print Tldr Page In Specific Language
tldr -L <language_code> <command> tldr Operations
Tldr Command: Print Tldr Page Specific Command
tldr <command> tldr Operations
Tldr Command: Print Tldr Page Specific Platform
tldr -p <android|cisco-ios|common|dos|freebsd|linux|netbsd|openbsd|osx|sunos|windows> <command> tldr Operations
Tldr Command: Print Tldr Page Specific Subcommand
tldr <command> <subcommand> tldr Operations
Tldr Command: Update Tldr Cache
tldr -u Suggest a Tldr Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Tldr workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.