Man page - sortbyquote(1)
Packages contas this manual
- debruijn(1)
- asn2all(1)
- asndhuff(1)
- sortbyquote(1)
- asntool(1)
- fa2htgs(1)
- asndisc(1)
- gil2bin(1)
- errhdr(1)
- asn2ff(1)
- trna2tbl(1)
- taxblast(1)
- subfuse(1)
- asn2gb(1)
- trna2sap(1)
- gene2xml(1)
- checksub(1)
- spidey(1)
- tbl2asn(1)
- getpub(1)
- idfetch(1)
- asn2fsa(1)
- indexpub(1)
- asn2asn(1)
- makeset(1)
- insdseqget(1)
- findspl(1)
- asn2xml(1)
- getmesh(1)
- cleanasn(1)
- asn2idx(1)
- asnmacro(1)
- asnval(1)
- vecscreen(1)
- gbseqget(1)
- nps2gps(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(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.
| 2006-01-11 | NCBI |