rcat.icn: Program to output a file from back to front

March 7, 2000; Gregg M. Townsend
This file is in the public domain.
This program outputs in reverse order the lines of one or more files.
Unlike some versions of "tail -r", the input file does not need to
fit in memory; but it must be seekable.

usage:  rcat file...

Source code | Program Library Page | Icon Home Page