Man page - sortbyquote(1)
Packages contains this manual
- asn2ff(1)
- asn2gb(1)
- asntool(1)
- vecscreen(1)
- sortbyquote(1)
- trna2tbl(1)
- asn2xml(1)
- getpub(1)
- gil2bin(1)
- gene2xml(1)
- asn2all(1)
- checksub(1)
- subfuse(1)
- getmesh(1)
- taxblast(1)
- asn2asn(1)
- spidey(1)
- tbl2asn(1)
- asnval(1)
- asnmacro(1)
- idfetch(1)
- asndhuff(1)
- insdseqget(1)
- nps2gps(1)
- indexpub(1)
- findspl(1)
- asn2fsa(1)
- gbseqget(1)
- errhdr(1)
- asn2idx(1)
- trna2sap(1)
- cleanasn(1)
- asndisc(1)
- makeset(1)
- fa2htgs(1)
- debruijn(1)
Package: ncbi-tools-bin
apt-get install ncbi-tools-bin
apt-get install ncbi-tools-bin
Manuals in package:
Documentations in package:
Manual
SORTBYQUOTE
NAMESYNOPSIS
DESCRIPTION
OPTIONS
BUGS
AUTHOR
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.