splitter

Use numerical ranges to split out certain lines from a file.

https://bitbucket.org/robertmassaioli/splitter

Latest on Hackage:0.1.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Robert Massaioli
Maintained by [email protected]

Splitter lets you specify numerical ranges to split out certain lines from a file. This means that you can extract exactly what you want from a file and only the sections that you want. Or, if you are only interested in a log file after a certain preamble then you can specify that range of files too.