| Package | Description | 
|---|---|
| org.unix4j.unix.sort | 
 Contains private classes used by the  
sort command. | 
| Modifier and Type | Field and Description | 
|---|---|
SortOptionSet_bcdfgru | 
SortOptionSet_bcdfgru.b
Option  
"-b": Ignore leading blanks. | 
SortOptionSet_bcdfgru | 
SortOptionSet_bcdfgru.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_bcdfgru | 
SortOptionSet_bcdfgmru.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_bcdfgru | 
SortOptionSet_bcdfgru.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_bcdfgru | 
SortOptionSet_bcdfgmru.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_bcdfgru | 
SortOptionSet_bcdfgru.d
Option  
"-d": Consider only blanks and alphanumeric characters. | 
SortOptionSet_bcdfgru | 
SortOptionSet_bcdfgru.dictionaryOrder
Option  
"--dictionaryOrder": Consider only blanks and alphanumeric characters. | 
SortOptionSet_bcdfgru | 
SortOptionSet_bcdfgru.f
Option  
"-f": Consider all lowercase characters that have uppercase equivalents to
                        be the uppercase equivalent for the purposes of comparison. | 
SortOptionSet_bcdfgru | 
SortOptionSet_bcdfgru.g
Option  
"-g": Sort numerically, using the standard Double.parseDouble(String)  
                        function to convert a trimmed line to a double-precision floating 
                        point number. | 
SortOptionSet_bcdfgru | 
SortOptionSet_MVbcdfghnru.g
Option  
"-g": Sort numerically, using the standard Double.parseDouble(String)  
                        function to convert a trimmed line to a double-precision floating 
                        point number. | 
SortOptionSet_bcdfgru | 
SortOptionSet_bcdfgru.generalNumericSort
Option  
"--generalNumericSort": Sort numerically, using the standard Double.parseDouble(String)  
                        function to convert a trimmed line to a double-precision floating 
                        point number. | 
SortOptionSet_bcdfgru | 
SortOptionSet_MVbcdfghnru.generalNumericSort
Option  
"--generalNumericSort": Sort numerically, using the standard Double.parseDouble(String)  
                        function to convert a trimmed line to a double-precision floating 
                        point number. | 
SortOptionSet_bcdfgru | 
SortOptionSet_bcdfgru.ignoreCase
Option  
"--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
                        be the uppercase equivalent for the purposes of comparison. | 
SortOptionSet_bcdfgru | 
SortOptionSet_bcdfgru.ignoreLeadingBlanks
Option  
"--ignoreLeadingBlanks": Ignore leading blanks. | 
SortOptionSet_bcdfgru | 
SortOptionSet_bcdfgru.r
Option  
"-r": Reverse the sense of comparisons. | 
SortOptionSet_bcdfgru | 
SortOptionSet_bcdfgru.reverse
Option  
"--reverse": Reverse the sense of comparisons. | 
SortOptionSet_bcdfgru | 
SortOptionSet_bcdfgru.u
Option  
"-u": Unique: suppress all but one in each set of lines having equal keys. | 
SortOptionSet_bcdfgru | 
SortOptionSet_bcdfgru.unique
Option  
"--unique": Unique: suppress all but one in each set of lines having equal keys. | 
| Modifier and Type | Method and Description | 
|---|---|
static SortOptionSet_bcdfgru | 
SortOptionSet_bcdfgru.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SortOptionSet_bcdfgru[] | 
SortOptionSet_bcdfgru.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
Copyright © 2025. All rights reserved.