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