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) February 23, 2025
Generated by manServer 1.08 from 2cfbcc2b-529d-4162-8e2f-c3af50b16e69 using man macros.