posix-escape-0.1: Quote arguments to be passed through the Unix shell

The posix-escape package

This library provides functions to wrap a String so it can be used within a Unix shell command line, and end up as a single argument to the program invoked.

The module System.Posix.Escape is the safer option. The module System.Posix.Escape.Unicode has extra caveats which are documented with that module.

There is a similar function within the process package as System.Process.Internals.translate.

Properties

Version0.1
Dependenciesbase (≥3 & <5)
LicenseBSD3
AuthorKeegan McAllister <mcallister.keegan@gmail.com>
MaintainerKeegan McAllister <mcallister.keegan@gmail.com>
CategorySystem
Source repositorygit clone git://github.com/kmcallister/posix-escape.git
Upload dateSun Oct 9 14:52:28 UTC 2011
Uploaded byKeeganMcAllister
Built onghc-7.2

Modules

Downloads