| Package | Description |
|---|---|
| org.unix4j.unix.sort |
Contains private classes used by the
sort command. |
| Modifier and Type | Field and Description |
|---|---|
SortOptionSet_bcdfnru |
SortOptionSet_bcdfnru.b
Option
"-b": Ignore leading blanks. |
SortOptionSet_bcdfnru |
SortOptionSet_bcdfnru.c
Option
"-c": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale. |
SortOptionSet_bcdfnru |
SortOptionSet_bcdfmnru.c
Option
"-c": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale. |
SortOptionSet_bcdfnru |
SortOptionSet_bcdfnru.check
Option
"--check": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale. |
SortOptionSet_bcdfnru |
SortOptionSet_bcdfmnru.check
Option
"--check": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale. |
SortOptionSet_bcdfnru |
SortOptionSet_bcdfnru.d
Option
"-d": Consider only blanks and alphanumeric characters. |
SortOptionSet_bcdfnru |
SortOptionSet_bcdfnru.dictionaryOrder
Option
"--dictionaryOrder": Consider only blanks and alphanumeric characters. |
SortOptionSet_bcdfnru |
SortOptionSet_bcdfnru.f
Option
"-f": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison. |
SortOptionSet_bcdfnru |
SortOptionSet_bcdfnru.ignoreCase
Option
"--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison. |
SortOptionSet_bcdfnru |
SortOptionSet_bcdfnru.ignoreLeadingBlanks
Option
"--ignoreLeadingBlanks": Ignore leading blanks. |
SortOptionSet_bcdfnru |
SortOptionSet_MVbcdfghnru.n
Option
"-n": Sort numerically; the number begins each line and consists of
optional blanks, an optional minus sign, and zero or more digits
possibly separated by thousands separators, optionally followed by a
decimal-point character and zero or more digits. |
SortOptionSet_bcdfnru |
SortOptionSet_bcdfnru.n
Option
"-n": Sort numerically; the number begins each line and consists of
optional blanks, an optional minus sign, and zero or more digits
possibly separated by thousands separators, optionally followed by a
decimal-point character and zero or more digits. |
SortOptionSet_bcdfnru |
SortOptionSet_MVbcdfghnru.numericSort
Option
"--numericSort": Sort numerically; the number begins each line and consists of
optional blanks, an optional minus sign, and zero or more digits
possibly separated by thousands separators, optionally followed by a
decimal-point character and zero or more digits. |
SortOptionSet_bcdfnru |
SortOptionSet_bcdfnru.numericSort
Option
"--numericSort": Sort numerically; the number begins each line and consists of
optional blanks, an optional minus sign, and zero or more digits
possibly separated by thousands separators, optionally followed by a
decimal-point character and zero or more digits. |
SortOptionSet_bcdfnru |
SortOptionSet_bcdfnru.r
Option
"-r": Reverse the sense of comparisons. |
SortOptionSet_bcdfnru |
SortOptionSet_bcdfnru.reverse
Option
"--reverse": Reverse the sense of comparisons. |
SortOptionSet_bcdfnru |
SortOptionSet_bcdfnru.u
Option
"-u": Unique: suppress all but one in each set of lines having equal keys. |
SortOptionSet_bcdfnru |
SortOptionSet_bcdfnru.unique
Option
"--unique": Unique: suppress all but one in each set of lines having equal keys. |
| Modifier and Type | Method and Description |
|---|---|
static SortOptionSet_bcdfnru |
SortOptionSet_bcdfnru.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOptionSet_bcdfnru[] |
SortOptionSet_bcdfnru.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All Rights Reserved.