Package | Description |
---|---|
org.unix4j.unix.head |
Contains private classes used by the
head command. |
Modifier and Type | Field and Description |
---|---|
HeadOptionSet_cq |
HeadOptionSets.c
Option
"-c" : The count argument is in units of characters instead of
lines. |
HeadOptionSet_cq |
HeadOptionSet_cq.c
Option
"-c" : The count argument is in units of characters instead of
lines. |
HeadOptionSet_cq |
HeadOptionSets.chars
Option
"--chars" : The count argument is in units of characters instead of
lines. |
HeadOptionSet_cq |
HeadOptionSet_cq.chars
Option
"--chars" : The count argument is in units of characters instead of
lines. |
HeadOptionSet_cq |
HeadOptionSets.q
Option
"-q" : Suppresses printing of headers when multiple files are being
examined. |
HeadOptionSet_cq |
HeadOptionSet_cq.q
Option
"-q" : Suppresses printing of headers when multiple files are being
examined. |
HeadOptionSet_cq |
HeadOptionSets.suppressHeaders
Option
"--suppressHeaders" : Suppresses printing of headers when multiple files are being
examined. |
HeadOptionSet_cq |
HeadOptionSet_cq.suppressHeaders
Option
"--suppressHeaders" : Suppresses printing of headers when multiple files are being
examined. |
Modifier and Type | Method and Description |
---|---|
static HeadOptionSet_cq |
HeadOptionSet_cq.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeadOptionSet_cq[] |
HeadOptionSet_cq.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.