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