gno/usr.bin/sort
gdr-ftp 509f84b6f9 - fixed up .TH line to use the GNO formatting conventions 1998-01-27 16:02:54 +00:00
..
README version 1.0 of msort and dsort for GNO 1996-01-28 00:52:48 +00:00
common.h version 1.0 of msort and dsort for GNO 1996-01-28 00:52:48 +00:00
disksort.c version 1.0 of msort and dsort for GNO 1996-01-28 00:52:48 +00:00
dsort.1 - fixed up .TH line to use the GNO formatting conventions 1998-01-27 16:02:54 +00:00
dsort.c version 1.0 of msort and dsort for GNO 1996-01-28 00:52:48 +00:00
initdisksort.c version 1.0 of msort and dsort for GNO 1996-01-28 00:52:48 +00:00
linecount.c version 1.0 of msort and dsort for GNO 1996-01-28 00:52:48 +00:00
loadarray.c version 1.0 of msort and dsort for GNO 1996-01-28 00:52:48 +00:00
makefile.mk version 1.0 of msort and dsort for GNO 1996-01-28 00:52:48 +00:00
mergeone.c version 1.0 of msort and dsort for GNO 1996-01-28 00:52:48 +00:00
msort.c version 1.0 of msort and dsort for GNO 1996-01-28 00:52:48 +00:00
sortarray.c version 1.0 of msort and dsort for GNO 1996-01-28 00:52:48 +00:00
tempnam.c version 1.0 of msort and dsort for GNO 1996-01-28 00:52:48 +00:00

README

This archive contains the utilities msort(1) and dsort(1).  Both sort
text files lexicographically.

Msort is a fast in-place memory sort.

Dsort is a disk based sort that can handle "arbitrarily large" files
(in reality, limited to ULONG_MAX -- 4 294 967 295 -- bytes).

The big difference between these sorts and the previously available
sort(1) is that these won't crash your system ... if either run into
problems, they exit gracefully and (if you are using the verbose flag)
tell you what the problem is.

Enjoy.

Devin Reade
14 June 1994