Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21aedfe9cd45cd4

Jump to content

pg (Unix)

From Wikipedia, the free encyclopedia
Example output of the pg command in xterm.

pg is a terminal pager program on Unix and Unix-like systems for viewing text files. It can also be used to page through the output of a command via a pipe. pg uses an interface similar to vi, but commands are different.[1]

As of 2018, pg has been removed[2] from the POSIX specification, but is still included in util-linux. Users are expected to use other paging programs, such as more, less or most.

History

[edit]

pg is the name of the historical utility on BSD UNIX systems. It was written to address the limit of the historical more command not being able to traverse the input backward. Eventually that ability was added also to more, so both are quite similar.

References

[edit]

See also

[edit]