User Commands  - qsort (1)

NAME

qsort(1f) - [FUNIX] sort a file (LICENSE:PD)

CONTENTS

Synopsis
Description
Options
Author
License

SYNOPSIS

qsort INPUT_FILE(S) [ --help][ --version]

DESCRIPTION

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.

OPTIONS

INPUT_FILE(s)
  input file(s)
--help display help text and exit
--version
  display version information and exit

AUTHOR

John S. Urban

LICENSE

Public Domain


Nemo Release 3.1 qsort (1) June 29, 2025
Generated by manServer 1.08 from 683874a6-0c29-4825-bc8a-3ffb97a0ecc7 using man macros.