qsort(1f) - [FUNIX] sort a file (LICENSE:PD)
Synopsis
Description
Options
Author
License
qsort INPUT_FILE(S) [ --help][ --version]
Sort lines in a file by reading into memory and sorting alphabetically. Case and non-alphanumeric characters are ignored.This is a simple use of the M_sort(3f) module and reads the files into memory, which could cause a machine to run out of memory if input files are large.
INPUT_FILE(s) input file(s) --help display help text and exit --version display version information and exit
John S. Urban
Public Domain
Nemo Release 3.1 | qsort (1) | February 23, 2025 |