Class Egrep


  • public class Egrep
    extends java.lang.Object
    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.
    Version:
    1.01
    Author:
    Wes Biggs
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] argv)
      Invokes Grep.grep() using the RE_SYNTAX_EGREP syntax and the command line arguments specified.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main​(java.lang.String[] argv)
        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".