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