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