| java.lang.Object gnu.regexp.util.Egrep
Egrep | public class Egrep (Code) | | This is a front end to the gnu.regexp.util.Grep class which sets the
syntax used to RE_SYNTAX_EGREP, which aims to emulate the standard UNIX
egrep command.
author: Wes Biggs version: 1.01 |
Method Summary | |
public static void | main(String[] argv) Invokes Grep.grep() using the RE_SYNTAX_EGREP syntax and the
command line arguments specified. |
main | public static void main(String[] argv)(Code) | | Invokes Grep.grep() using the RE_SYNTAX_EGREP syntax and the
command line arguments specified. Output is sent to System.out.
For a list of options, use the argument "--help".
|
|
|