[UP]


Manual Reference Pages  - 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


qsort (1) March 11, 2021
Generated by manServer 1.08 from a3dcbd4c-b40f-47ab-a421-c7165dca8063 using man macros.