less
Installation
SKILL.md
Less
Paginate and search text files interactively
Prerequisite Check
Run this before choosing an interactive pager workflow:
command -v less >/dev/null 2>&1 || less --version
If less is missing, switch to non-interactive fallbacks such as head, tail, or sed -n, and note that search/navigation will be more limited.
Quick Start
- Verify
lessis available:less --versionorman less - Establish the command surface:
man lessorless --help - Start with basic usage:
less [options] [input]