Contents
========
* About pr
* History
About pr
========
This is a DOS port of NetBSD's pr command.
It can be useful for printing a text file with line numbers.
Example: pr -n -o 1 -t <readme.txt
1 This is a DOS port of NetBSD's pr command.
2
3 It can be useful for printing a text file with line numbers.
4
5 Example: pr -n -o 1 -t <readme.txt
History
=======
* Version 3 adds support for gcc-ia16
* Version 2 is 16-bit (BCC)
* Version 1 is 32-bit (DJGPP)