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