MERGE : Merge ordered ASCII textfiles ascending/descending Title : MERGE Version : 1.4 Date : Feb 15, 2000 Author : J R Ferguson Download: http://hello.to/ferguson E-mail : j.r.ferguson @ iname.com This program may be used and copied freely without charge, but only for non-commercial purposes. The author is not responsible for any damage or loss of data that may be caused by using it. Usage : MERGE [outfile] [/option[...] [...]] Options: K[c1][,c2] Define key first column c1 [1], last column c2 [255]. or K[c1][,+c2] Define key first column c1 [1], nbr of cols c2 [255]. D Sort in descending order. I Ignore upper/lower case. Implied by /L. L Sort in lexical order (control,punctuation,digits,letters). Implies /I. H Send this help text to (redirected) output. The input files are supposed to be sorted in the specified order. History: v1.4 Feb 15,2000 Changed author's Internet address. v1.3 Dec 26, 1996 (No earlier history data available).