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