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