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