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