Contents
========

* About
* Compiling
* History

About
=====

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

Compiling
=========

* Makefile.sw  - Cross-compile from Slackware using BCC & GNU Make
* Makefile.i16 - Compile on DOS using GCC-IA16 & GNU Make
* makebcc.bat  - Compile on DOS using BCC

makebcc.bat uses bcc, mawk, and groff.

bcc
<gopher://tilde.pink/1/~bencollver/files/dos/devel/bcc/>

groff
<ftp://ftp.mirrorservice.org/sites/
ftp.delorie.com/pub/djgpp/current/v2gnu/gro1223b.zip>

mawk
<gopher://tilde.pink/1/~bencollver/files/dos386/devel/mawk/>

History
=======

* Version 4 adds man2txt.awk and fixes empty pr.txt
* Version 3 adds support for gcc-ia16
* Version 2 is 16-bit (BCC)
* Version 1 is 32-bit (DJGPP)
