Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// 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: a21e61fe3a3a5b65

Jump to content

pr (Unix)

From Wikipedia, the free encyclopedia
pr
Original authorsKen Thompson,
Dennis Ritchie
(AT&T Bell Laboratories)
DevelopersVarious open-source and commercial developers
ReleaseNovember 3, 1971; 54 years ago (1971-11-03)
Operating systemUnix, Unix-like, Plan 9, OS-9, IBM i
PlatformCross-platform
TypeCommand
Licensecoreutils: GPLv3+

pr is a command on various operating systems that is used to paginate or columnate computer files for printing. It can also be used to compare two files side by side, as an alternative to diff.

It is a required program in a POSIX-compliant environment and has been implemented by GNU as part of the GNU Core Utilities. The command is available as a separate package for Microsoft Windows as part of the UnxUtils collection of native Win32 ports of common GNU Unix-like utilities.[1] It is also available in the OS-9 shell.[2] The pr command has also been ported to the IBM i operating system.[3]

References

[edit]
  1. "Native Win32 ports of some GNU utilities". unxutils.sourceforge.net.
  2. Paul S. Dayan (1992). The OS-9 Guru - 1 : The Facts. Galactic Industrial Limited. ISBN 0-9519228-0-7.
  3. IBM. "IBM System i Version 7.2 Programming Qshell" (PDF). IBM. Retrieved 2020-09-05.
[edit]