Package | Description |
---|---|
org.unix4j.unix.cat |
Contains private classes used by the
cat command. |
Modifier and Type | Field and Description |
---|---|
CatOptionSet_bns |
CatOptionSet_bns.s
Option
"-s" : Squeeze multiple adjacent empty lines, causing the output to be
single spaced. |
CatOptionSet_bns |
CatOptionSets.s
Option
"-s" : Squeeze multiple adjacent empty lines, causing the output to be
single spaced. |
CatOptionSet_bns |
CatOptionSet_bns.squeezeEmptyLines
Option
"--squeezeEmptyLines" : Squeeze multiple adjacent empty lines, causing the output to be
single spaced. |
CatOptionSet_bns |
CatOptionSets.squeezeEmptyLines
Option
"--squeezeEmptyLines" : Squeeze multiple adjacent empty lines, causing the output to be
single spaced. |
Modifier and Type | Method and Description |
---|---|
static CatOptionSet_bns |
CatOptionSet_bns.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatOptionSet_bns[] |
CatOptionSet_bns.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.