tools.regex
Class Grep
java.lang.Object
tools.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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Grep
public Grep()
main
public static void main(String[] argv)
throws IOException
- Throws:
IOException
Copyright © Fraunhofer Gesellschaft. All
Rights Reserved.