Package | Description |
---|---|
org.unix4j.unix.sed |
Contains private classes used by the
sed command. |
Modifier and Type | Field and Description |
---|---|
SedOptionSet_Idglnp |
SedOptionSets.d
Option
"-d" : Delete the matched line. |
SedOptionSet_Idglnp |
SedOptionSet_Idglnp.d
Option
"-d" : Delete the matched line. |
SedOptionSet_Idglnp |
SedOptionSet_Iacdgilnpsy.d
Option
"-d" : Delete the matched line. |
SedOptionSet_Idglnp |
SedOptionSets.delete
Option
"--delete" : Delete the matched line. |
SedOptionSet_Idglnp |
SedOptionSet_Idglnp.delete
Option
"--delete" : Delete the matched line. |
SedOptionSet_Idglnp |
SedOptionSet_Iacdgilnpsy.delete
Option
"--delete" : Delete the matched line. |
SedOptionSet_Idglnp |
SedOptionSet_Idglnp.g
Option
"-g" : Globally substitute for all non-overlapping instances of the regexp
rather than just the first one. |
SedOptionSet_Idglnp |
SedOptionSet_Idglnp.global
Option
"--global" : Globally substitute for all non-overlapping instances of the regexp
rather than just the first one. |
SedOptionSet_Idglnp |
SedOptionSet_Idglnp.I
Option
"-I" : Use case insensitive pattern matching. |
SedOptionSet_Idglnp |
SedOptionSet_Idglnp.ignoreCase
Option
"--ignoreCase" : Use case insensitive pattern matching. |
SedOptionSet_Idglnp |
SedOptionSet_Idglnp.l
Option
"-l" : Writes the current line number on a separate line to the standard
output. |
SedOptionSet_Idglnp |
SedOptionSet_Idglnp.lineNumber
Option
"--lineNumber" : Writes the current line number on a separate line to the standard
output. |
SedOptionSet_Idglnp |
SedOptionSet_Idglnp.n
Option
"-n" : Suppress the default output (in which each line, after it is
examined for editing, is written to standard output). |
SedOptionSet_Idglnp |
SedOptionSet_Idglnp.p
Option
"-p" : Write the matched line to standard output. |
SedOptionSet_Idglnp |
SedOptionSet_Idglnp.print
Option
"--print" : Write the matched line to standard output. |
SedOptionSet_Idglnp |
SedOptionSet_Idglnp.quiet
Option
"--quiet" : Suppress the default output (in which each line, after it is
examined for editing, is written to standard output). |
Modifier and Type | Method and Description |
---|---|
static SedOptionSet_Idglnp |
SedOptionSet_Idglnp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SedOptionSet_Idglnp[] |
SedOptionSet_Idglnp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.