DOKK / manpages / debian 10 / ncbi-tools-bin / sortbyquote.1.en
SORTBYQUOTE(1) NCBI Tools User's Manual SORTBYQUOTE(1)

sortbyquote - sort C/C++ code by quoted regions

sortbyquote [-] [-i filename] [-o filename] [-r]

sortbyquote is a simple utility to sort a C or C++ code snippet so that the lines (typically elements of a static array for use in binary search) end up in case-insensitive order of the string literals they contain.

A summary of options is included below.

-
Print usage message
Input File Name (default = stdin)
Output File Name (default = stdout)
Reverse order

Escape sequences are not supported.

The National Center for Biotechnology Information.

2006-01-11 NCBI