NAME
afg - Greps files for pattern
SYNOPSIS
Runs a File::Find on the specified directories, and greps all text files for a pattern.
This script is a driver for App::File::Grepper, which see.
COMMAND LINE OPTIONS
- --pattern=pattern
 - 
App::File::Grepper option: pattern.
If no --pattern option is supplied, it is taken from the command line.
 - --ignorecase or -i
 - 
App::File::Grepper option: ignorecase.
 - --edit-with-emacs or -e
 - 
App::File::Grepper option: edit-with-emacs.
 - --edit-with-vi or -v.
 - 
App::File::Grepper option: edit-with-vi.
 - --view.
 - 
App::File::Grepper option: view.
 - --filter=pattern or -G pattern
 - 
App::File::Grepper option: filter.
 - --exclude=pattern or -E pattern
 - 
App::File::Grepper option: exclude.
 
AUTHOR
Johan Vromans, <jv at cpan.org>
SEE ALSO
COPYRIGHT & LICENSE
Copyright 2012 Johan Vromans, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.