Package | Description |
---|---|
org.unix4j.unix.wc |
Contains private classes used by the
wc command. |
Modifier and Type | Field and Description |
---|---|
WcOptionSet_lmw |
WcOptionSets.chars
Option
"--chars" : Executes a count of chars and writes this count to the output. |
WcOptionSet_lmw |
WcOptionSet_lmw.chars
Option
"--chars" : Executes a count of chars and writes this count to the output. |
WcOptionSet_lmw |
WcOptionSets.l
Option
"-l" : Executes a count of lines and writes this count to the output. |
WcOptionSet_lmw |
WcOptionSet_lmw.l
Option
"-l" : Executes a count of lines and writes this count to the output. |
WcOptionSet_lmw |
WcOptionSets.lines
Option
"--lines" : Executes a count of lines and writes this count to the output. |
WcOptionSet_lmw |
WcOptionSet_lmw.lines
Option
"--lines" : Executes a count of lines and writes this count to the output. |
WcOptionSet_lmw |
WcOptionSets.m
Option
"-m" : Executes a count of chars and writes this count to the output. |
WcOptionSet_lmw |
WcOptionSet_lmw.m
Option
"-m" : Executes a count of chars and writes this count to the output. |
WcOptionSet_lmw |
WcOptionSets.w
Option
"-w" : Executes a count of words and writes this count to the output. |
WcOptionSet_lmw |
WcOptionSet_lmw.w
Option
"-w" : Executes a count of words and writes this count to the output. |
WcOptionSet_lmw |
WcOptionSets.words
Option
"--words" : Executes a count of words and writes this count to the output. |
WcOptionSet_lmw |
WcOptionSet_lmw.words
Option
"--words" : Executes a count of words and writes this count to the output. |
Modifier and Type | Method and Description |
---|---|
static WcOptionSet_lmw |
WcOptionSet_lmw.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WcOptionSet_lmw[] |
WcOptionSet_lmw.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.