Short: Quicksort cli-command Author: joerg riemer Uploader: joerg riemer Type: util/cli Version: 1.1 Requires: Kickstart V37+ Architecture: m68k-amigaos Date: 15.09.2003 Keywords: sort, quicksort, assembler QSort, a CLI-command especially to sort big files in a very short time. it's written to be as fast as possible. for that reason QSort requires a bit memory when sorting a file [(filesize * 2) + (# of lines * 16)]. TEMPLATE: FROM/A: path/filename of source file TO/A: path/filename of destination file CS=COLSTART/K/N: number of colum QSort starts comparing each line S=SKIP/N: number of lines to skip from start of file C=CASE/S: sort file case-sensitive R=REVERSE/S: sort file in reverse order LM=LESSMEM/S: force QSort to use less memory when saving sorted file QSort is written in assembler. (sourcecode included) *** HACK AT YOUR OWN RISK *** for suggestions, hints, tips and/or questions send an email! (see above for address) joerg...