********************************************************************** * SORT * ********************************************************************** * COPYRIGHT 1983 EUGENE H. MALLORY * ********************************************************************** PROGRAM: SORT - Sorts a file on a specified key USAGE: SORT [fid] FUNCTION: This program does an internal sort of up to 512 entries. Input and output are the standard redirectable input and output. Options include: -R Reverse order sort. -U Convert to upper case before comparing. -Cn First column to begin compare. 1 is default. It is ok to specify a position longer than some lines. Lines shorter will compare as equal. -Ln Length of field to compare. Full line length is default. -H Display the available options. EXAMPLE: SORT | SORT |-----------------------> | | | | |___________________________|