debian man page for sortbyquote

Query: sortbyquote

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SORTBYQUOTE(1)						     NCBI Tools User's Manual						    SORTBYQUOTE(1)

NAME
sortbyquote - sort C/C++ code by quoted regions
SYNOPSIS
sortbyquote [-] [-i filename] [-o filename] [-r]
DESCRIPTION
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.
OPTIONS
A summary of options is included below. - Print usage message -i filename Input File Name (default = stdin) -o filename Output File Name (default = stdout) -r Reverse order
BUGS
Escape sequences are not supported.
AUTHOR
The National Center for Biotechnology Information.
NCBI
2006-01-11 SORTBYQUOTE(1)
Related Man Pages
gene2xml(1) - debian
asn2asn(1) - debian
blastclust(1) - debian
fastacmd(1) - debian
nps2gps(1) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
How to copy a column of multiple files and paste into new excel file (next to column)?