Hsed-0.2: Stream Editor in Haskell

Portabilitynon-portable
Stabilityexperimental
Maintainervirukav@gmail.com

Hsed.Sed

Description

This module provides functions to execute the sed script

Synopsis

Documentation

execScript :: [FilePath] -> SedScript -> IO ByteStringSource

Execute the sed script and print the output to ByteString

execScript_ :: [FilePath] -> SedScript -> IO ()Source

Execute the sed script and print the result to stdout