| Package | Description |
|---|---|
| org.unix4j.unix.sort |
Contains private classes used by the
sort command. |
| Modifier and Type | Field and Description |
|---|---|
SortOptionSet_Mbcdfmru |
SortOptionSet_Mbcdfmru.b
Option
"-b": Ignore leading blanks. |
SortOptionSet_Mbcdfmru |
SortOptionSet_Mbcdfmru.d
Option
"-d": Consider only blanks and alphanumeric characters. |
SortOptionSet_Mbcdfmru |
SortOptionSet_Mbcdfmru.dictionaryOrder
Option
"--dictionaryOrder": Consider only blanks and alphanumeric characters. |
SortOptionSet_Mbcdfmru |
SortOptionSet_Mbcdfmru.f
Option
"-f": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison. |
SortOptionSet_Mbcdfmru |
SortOptionSet_Mbcdfmru.ignoreCase
Option
"--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison. |
SortOptionSet_Mbcdfmru |
SortOptionSet_Mbcdfmru.ignoreLeadingBlanks
Option
"--ignoreLeadingBlanks": Ignore leading blanks. |
SortOptionSet_Mbcdfmru |
SortOptionSet_MVbcdfghmnru.M
Option
"-M": An initial string, consisting of any amount of blanks, followed by a
month name abbreviation, is folded to UPPER case and compared in the
order: (unknown) < 'JAN' < ... |
SortOptionSet_Mbcdfmru |
SortOptionSet_Mbcdfmru.M
Option
"-M": An initial string, consisting of any amount of blanks, followed by a
month name abbreviation, is folded to UPPER case and compared in the
order: (unknown) < 'JAN' < ... |
SortOptionSet_Mbcdfmru |
SortOptionSets.M
Option
"-M": An initial string, consisting of any amount of blanks, followed by a
month name abbreviation, is folded to UPPER case and compared in the
order: (unknown) < 'JAN' < ... |
SortOptionSet_Mbcdfmru |
SortOptionSet_MVbcdfghmnru.monthSort
Option
"--monthSort": An initial string, consisting of any amount of blanks, followed by a
month name abbreviation, is folded to UPPER case and compared in the
order: (unknown) < 'JAN' < ... |
SortOptionSet_Mbcdfmru |
SortOptionSet_Mbcdfmru.monthSort
Option
"--monthSort": An initial string, consisting of any amount of blanks, followed by a
month name abbreviation, is folded to UPPER case and compared in the
order: (unknown) < 'JAN' < ... |
SortOptionSet_Mbcdfmru |
SortOptionSets.monthSort
Option
"--monthSort": An initial string, consisting of any amount of blanks, followed by a
month name abbreviation, is folded to UPPER case and compared in the
order: (unknown) < 'JAN' < ... |
SortOptionSet_Mbcdfmru |
SortOptionSet_Mbcdfmru.r
Option
"-r": Reverse the sense of comparisons. |
SortOptionSet_Mbcdfmru |
SortOptionSet_Mbcdfmru.reverse
Option
"--reverse": Reverse the sense of comparisons. |
SortOptionSet_Mbcdfmru |
SortOptionSet_Mbcdfmru.u
Option
"-u": Unique: suppress all but one in each set of lines having equal keys. |
SortOptionSet_Mbcdfmru |
SortOptionSet_Mbcdfmru.unique
Option
"--unique": Unique: suppress all but one in each set of lines having equal keys. |
| Modifier and Type | Method and Description |
|---|---|
static SortOptionSet_Mbcdfmru |
SortOptionSet_Mbcdfmru.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOptionSet_Mbcdfmru[] |
SortOptionSet_Mbcdfmru.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All Rights Reserved.