MIDDLE v1.11 - copy middle part of text file

Revised 9-May-97. Copyright (c) 1996-97 by Rune Berg. TextTools Freeware.

Usage - Description - Options - Limitations


USAGE

middle [log logfile] [option] m n [infile] [to outfile]


DESCRIPTION

middle copies infile to outfile, except the m first and the n last lines.

If infile has m+n or fewer lines, outfile will be empty.

On DOS, m and n must be in the range 0 .. 32767, on Win32 0 .. 2147483647.

If you don't specify infile, middle reads from standard input.
If you don't specify outfile, middle writes to standard output.
If you don't specify logfile, middle writes error messages to standard error.


OPTIONS

-v : Print version banner and usage info to standard error (or logfile, if given), then exit.


LIMITATIONS

None known.


End of document