Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 416 Bytes

pr.md

File metadata and controls

39 lines (22 loc) · 416 Bytes

pr

Coreutils.

Break file into pages with a certain number of lines and print to stdout:

seq 200 | pr

Real old school.

Sample abridged output:

2015-02-01 13:23                                                  Page 1


1
2
3
...
55
56







2015-02-01 13:23                                                  Page 2


57
58
59
60
61
62
63
...