More

more — file perusal filter for viewing text one screen at a time

javimosch 991247f 470 B Updated

File contents

more Plugin

View text files one screen at a time.

Commands

  • more self version — Print more version
  • more _ _ — Passthrough to more

Usage Examples

  • View a file: more file.txt
  • View with line numbers: more -n file.txt
  • View from stdin: cat file.txt | more

Installation

Standard util-linux utility, pre-installed on most Unix systems.

javimosch/supercli/tree/main/plugins/more/skills/quickstart commit 991247f824

Frequently asked questions

npx skillmds@latest add javimosch/more