tools.regex
Class Grep

java.lang.Object
  extended bytools.regex.Grep

public class Grep
extends Object

A simple grep command. Checks all lines of std-in for a String. If it contains the string, the line is returned to System.out.

Version:
"$Id: Grep.java 1913 2007-08-08 02:41:53Z jpeters $"
Author:
Jan Peters

Constructor Summary
Grep()
           
 
Method Summary
static void main(String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grep

public Grep()
Method Detail

main

public static void main(String[] argv)
                 throws IOException
Throws:
IOException


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.