| Package | Description |
|---|---|
| org.unix4j.unix.grep |
Contains private classes used by the
grep command. |
| Modifier and Type | Field and Description |
|---|---|
GrepOptionSet_Fcilnvx |
GrepOptionSet_Fcilnvx.c
Option
"-c": Suppress normal output; instead print a count of matching lines for
each input file. |
GrepOptionSet_Fcilnvx |
GrepOptionSets.c
Option
"-c": Suppress normal output; instead print a count of matching lines for
each input file. |
GrepOptionSet_Fcilnvx |
GrepOptionSet_Fcilnvx.count
Option
"--count": Suppress normal output; instead print a count of matching lines for
each input file. |
GrepOptionSet_Fcilnvx |
GrepOptionSets.count
Option
"--count": Suppress normal output; instead print a count of matching lines for
each input file. |
GrepOptionSet_Fcilnvx |
GrepOptionSet_Fcilnvx.F
Option
"-F": Use fixed-strings matching instead of regular expressions. |
GrepOptionSet_Fcilnvx |
GrepOptionSets.F
Option
"-F": Use fixed-strings matching instead of regular expressions. |
GrepOptionSet_Fcilnvx |
GrepOptionSet_Fcilnvx.fixedStrings
Option
"--fixedStrings": Use fixed-strings matching instead of regular expressions. |
GrepOptionSet_Fcilnvx |
GrepOptionSets.fixedStrings
Option
"--fixedStrings": Use fixed-strings matching instead of regular expressions. |
GrepOptionSet_Fcilnvx |
GrepOptionSet_Fcilnvx.i
Option
"-i": Match lines ignoring the case when comparing the strings, also known
from Unix with its acronym 'i'. |
GrepOptionSet_Fcilnvx |
GrepOptionSets.i
Option
"-i": Match lines ignoring the case when comparing the strings, also known
from Unix with its acronym 'i'. |
GrepOptionSet_Fcilnvx |
GrepOptionSet_Fcilnvx.ignoreCase
Option
"--ignoreCase": Match lines ignoring the case when comparing the strings, also known
from Unix with its acronym 'i'. |
GrepOptionSet_Fcilnvx |
GrepOptionSets.ignoreCase
Option
"--ignoreCase": Match lines ignoring the case when comparing the strings, also known
from Unix with its acronym 'i'. |
GrepOptionSet_Fcilnvx |
GrepOptionSet_Fcilnvx.invertMatch
Option
"--invertMatch": Invert the match result, that is, a non-matching line is written to
the output and a matching line is not. |
GrepOptionSet_Fcilnvx |
GrepOptionSets.invertMatch
Option
"--invertMatch": Invert the match result, that is, a non-matching line is written to
the output and a matching line is not. |
GrepOptionSet_Fcilnvx |
GrepOptionSet_Fcilnvx.l
Option
"-l": Suppress normal output; instead print the name of each input file
from which output would normally have been printed. |
GrepOptionSet_Fcilnvx |
GrepOptionSets.l
Option
"-l": Suppress normal output; instead print the name of each input file
from which output would normally have been printed. |
GrepOptionSet_Fcilnvx |
GrepOptionSet_Fcilnvx.lineNumber
Option
"--lineNumber": Prefix each line of output with the line number within its input
file. |
GrepOptionSet_Fcilnvx |
GrepOptionSets.lineNumber
Option
"--lineNumber": Prefix each line of output with the line number within its input
file. |
GrepOptionSet_Fcilnvx |
GrepOptionSet_Fcilnvx.matchingFiles
Option
"--matchingFiles": Suppress normal output; instead print the name of each input file
from which output would normally have been printed. |
GrepOptionSet_Fcilnvx |
GrepOptionSets.matchingFiles
Option
"--matchingFiles": Suppress normal output; instead print the name of each input file
from which output would normally have been printed. |
GrepOptionSet_Fcilnvx |
GrepOptionSet_Fcilnvx.n
Option
"-n": Prefix each line of output with the line number within its input
file. |
GrepOptionSet_Fcilnvx |
GrepOptionSets.n
Option
"-n": Prefix each line of output with the line number within its input
file. |
GrepOptionSet_Fcilnvx |
GrepOptionSet_Fcilnvx.v
Option
"-v": Invert the match result, that is, a non-matching line is written to
the output and a matching line is not. |
GrepOptionSet_Fcilnvx |
GrepOptionSets.v
Option
"-v": Invert the match result, that is, a non-matching line is written to
the output and a matching line is not. |
GrepOptionSet_Fcilnvx |
GrepOptionSet_Fcilnvx.wholeLine
Option
"--wholeLine": Select only those matches that exactly match the whole line
excluding the terminating line ending. |
GrepOptionSet_Fcilnvx |
GrepOptionSets.wholeLine
Option
"--wholeLine": Select only those matches that exactly match the whole line
excluding the terminating line ending. |
GrepOptionSet_Fcilnvx |
GrepOptionSet_Fcilnvx.x
Option
"-x": Select only those matches that exactly match the whole line
excluding the terminating line ending. |
GrepOptionSet_Fcilnvx |
GrepOptionSets.x
Option
"-x": Select only those matches that exactly match the whole line
excluding the terminating line ending. |
| Modifier and Type | Method and Description |
|---|---|
static GrepOptionSet_Fcilnvx |
GrepOptionSet_Fcilnvx.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrepOptionSet_Fcilnvx[] |
GrepOptionSet_Fcilnvx.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025. All rights reserved.