| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Vgrep.System.Grep
Description
Utilities for invoking grep
Documentation
grep :: Producer Text IO () -> Producer Text IO () Source #
Takes a Text stream and runs it through a grep process, returning
a stream of results. The original command line arguments are passed to
the process.