
rsort32: universal sort program  -=- Version 1.51 (Dec 17 2001) Freeware -=-
(c) 1993-2001 by ROSE SWE, Dipl.-Ing. Ralph Roth - http://come.to/rose_swe

Usage: rsort32 [+columnnumber] [-option(s)] [input_file | stdin]
Options:
      +x      Sort using column/field 'x' (e. g. +3)
      -h -?   Show this short help.
      -d      Prints the current date and time as the last line
      -n      Compare field as a number.
      -p      Sort UNIX password files using the salt entry.
      -r      Reverse sorting order.
      -u      Output only unique records.
      -v      Make a virus collection list (ignores lines with ':\') for VSP.

Lines can be up to 8192 bytes length. File length is only limited by the
availiable stack space (524288 bytes) and your virtual memory! Written in C++!

Example:  rsort32   +5 -u -r myfile.txt > sorted.txt
          rsort32   < somethg.doc | more

This is the 32 bit version of rsort that can handle up to 4 GB large files.
To run properly you need a DPMI host like Win9x/NT, CWSDPMI (r4+) or QEMM etc.
$Id: rsort.cpp,v 1.5 2001/07/24 20:02:45 ralph Exp $
