Package | Description |
---|---|
org.unix4j.unix.cut |
Contains private classes used by the
cut command. |
Modifier and Type | Field and Description |
---|---|
CutOptionSet_cf |
CutOptionSet_cf.c
Option
"-c" : The list specifies character positions. |
CutOptionSet_cf |
CutOptionSets.c
Option
"-c" : The list specifies character positions. |
CutOptionSet_cf |
CutOptionSet_cf.chars
Option
"--chars" : The list specifies character positions. |
CutOptionSet_cf |
CutOptionSets.chars
Option
"--chars" : The list specifies character positions. |
CutOptionSet_cf |
CutOptionSet_cf.f
Option
"-f" : The list specifies fields, separated in the input by the field
delimiter character (see the -d option.) Output fields are
separated by a single occurrence of the field delimiter character. |
CutOptionSet_cf |
CutOptionSets.f
Option
"-f" : The list specifies fields, separated in the input by the field
delimiter character (see the -d option.) Output fields are
separated by a single occurrence of the field delimiter character. |
CutOptionSet_cf |
CutOptionSet_cf.fields
Option
"--fields" : The list specifies fields, separated in the input by the field
delimiter character (see the -d option.) Output fields are
separated by a single occurrence of the field delimiter character. |
CutOptionSet_cf |
CutOptionSets.fields
Option
"--fields" : The list specifies fields, separated in the input by the field
delimiter character (see the -d option.) Output fields are
separated by a single occurrence of the field delimiter character. |
Modifier and Type | Method and Description |
---|---|
static CutOptionSet_cf |
CutOptionSet_cf.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CutOptionSet_cf[] |
CutOptionSet_cf.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.