G M

G

Grep - Class in <Unnamed>
Searches the input file (or standard input if no file is given) for lines containing the given pattern and prints these lines.

M

main(String[]) - Static method in class Grep
Searches the input file (argv[1] or standard input if no file is given) for lines containing the given pattern (argv[0]) and prints these lines.

G M