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