Name

more — Pages through a shell object

Synopsis

more [doc]

Description

more is a shell command that pages through the content of an object stored in an environment variable. The name of the object is provided as an argument. If no argument is supplied, the command takes its input from the stdin shell pipe.

Example

JXTA>cat myfile | more

This command pipes the content of the myfile variable into the more command and displays it to the console.

Get JXTA in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.