MSORT(1) BSD General Commands Manual MSORT(1) NAME msort — sort lines of a text file SYNOPSIS — [OPTION]... [FILE]... DESCRIPTION Write sorted concatenation of all FILE(s) to standard output. With no FILE, or when FILE is -, read standard input. Ordering options: -b, ignore leading blanks -d, consider only blanks and alphanumeric characters -f, fold lower case to upper case characters -h, show help and exit -i, consider only printable characters -n, compare according to string numerical value -r, reverse the result of comparisons -k, sort via a key -m, merge already sorted files; do not sort -o, write result to FILE instead of standard output -u, output only the first of an equal run AUTHOR Written by Mayank Jain SEE ALSO sort(1) March 2, 2020