| Package | Description |
|---|---|
| org.unix4j.unix.sort |
Contains private classes used by the
sort command. |
| Modifier and Type | Field and Description |
|---|---|
SortOptionSet_Vbdfmru |
SortOptionSet_Vbdfmru.b
Option
"-b": Ignore leading blanks. |
SortOptionSet_Vbdfmru |
SortOptionSet_Vbdfmru.d
Option
"-d": Consider only blanks and alphanumeric characters. |
SortOptionSet_Vbdfmru |
SortOptionSet_Vbdfmru.dictionaryOrder
Option
"--dictionaryOrder": Consider only blanks and alphanumeric characters. |
SortOptionSet_Vbdfmru |
SortOptionSet_Vbdfmru.f
Option
"-f": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison. |
SortOptionSet_Vbdfmru |
SortOptionSet_Vbdfmru.ignoreCase
Option
"--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison. |
SortOptionSet_Vbdfmru |
SortOptionSet_Vbdfmru.ignoreLeadingBlanks
Option
"--ignoreLeadingBlanks": Ignore leading blanks. |
SortOptionSet_Vbdfmru |
SortOptionSet_Vbdfmru.m
Option
"-m": Merge only; the input file are assumed to be already sorted. |
SortOptionSet_Vbdfmru |
SortOptionSet_Vbcdfmru.m
Option
"-m": Merge only; the input file are assumed to be already sorted. |
SortOptionSet_Vbdfmru |
SortOptionSet_Vbdfmru.merge
Option
"--merge": Merge only; the input file are assumed to be already sorted. |
SortOptionSet_Vbdfmru |
SortOptionSet_Vbcdfmru.merge
Option
"--merge": Merge only; the input file are assumed to be already sorted. |
SortOptionSet_Vbdfmru |
SortOptionSet_Vbdfmru.r
Option
"-r": Reverse the sense of comparisons. |
SortOptionSet_Vbdfmru |
SortOptionSet_Vbdfmru.reverse
Option
"--reverse": Reverse the sense of comparisons. |
SortOptionSet_Vbdfmru |
SortOptionSet_Vbdfmru.u
Option
"-u": Unique: suppress all but one in each set of lines having equal keys. |
SortOptionSet_Vbdfmru |
SortOptionSet_Vbdfmru.unique
Option
"--unique": Unique: suppress all but one in each set of lines having equal keys. |
SortOptionSet_Vbdfmru |
SortOptionSet_Vbdfmru.V
Option
"-V": Sort by version name and number. |
SortOptionSet_Vbdfmru |
SortOptionSet_MVbdfghmnru.V
Option
"-V": Sort by version name and number. |
SortOptionSet_Vbdfmru |
SortOptionSet_Vbdfmru.versionSort
Option
"--versionSort": Sort by version name and number. |
SortOptionSet_Vbdfmru |
SortOptionSet_MVbdfghmnru.versionSort
Option
"--versionSort": Sort by version name and number. |
| Modifier and Type | Method and Description |
|---|---|
static SortOptionSet_Vbdfmru |
SortOptionSet_Vbdfmru.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOptionSet_Vbdfmru[] |
SortOptionSet_Vbdfmru.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All Rights Reserved.