Package | Description |
---|---|
org.unix4j.unix.uniq |
Contains private classes used by the
uniq command. |
Modifier and Type | Field and Description |
---|---|
UniqOptionSet_dg |
UniqOptionSet_cdgu.d
Option
"-d" : Suppresses the writing of lines that are not repeated in the input. |
UniqOptionSet_dg |
UniqOptionSets.d
Option
"-d" : Suppresses the writing of lines that are not repeated in the input. |
UniqOptionSet_dg |
UniqOptionSet_dg.d
Option
"-d" : Suppresses the writing of lines that are not repeated in the input. |
UniqOptionSet_dg |
UniqOptionSet_cdgu.duplicatedOnly
Option
"--duplicatedOnly" : Suppresses the writing of lines that are not repeated in the input. |
UniqOptionSet_dg |
UniqOptionSets.duplicatedOnly
Option
"--duplicatedOnly" : Suppresses the writing of lines that are not repeated in the input. |
UniqOptionSet_dg |
UniqOptionSet_dg.duplicatedOnly
Option
"--duplicatedOnly" : Suppresses the writing of lines that are not repeated in the input. |
UniqOptionSet_dg |
UniqOptionSet_dg.g
Option
"-g" : Suppresses repeated lines globally, that is, if lines are
non-adjacent. |
UniqOptionSet_dg |
UniqOptionSet_dg.global
Option
"--global" : Suppresses repeated lines globally, that is, if lines are
non-adjacent. |
Modifier and Type | Method and Description |
---|---|
static UniqOptionSet_dg |
UniqOptionSet_dg.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UniqOptionSet_dg[] |
UniqOptionSet_dg.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.