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
| Version | 0.1 |
|---|---|
| Dependencies | base (≥3 & <5) |
| License | BSD3 |
| Author | Keegan McAllister <mcallister.keegan@gmail.com> |
| Maintainer | Keegan McAllister <mcallister.keegan@gmail.com> |
| Category | System |
| Source repository | git clone git://github.com/kmcallister/posix-escape.git |
| Upload date | Sun Oct 9 14:52:28 UTC 2011 |
| Uploaded by | KeeganMcAllister |
| Built on | ghc-7.2 |
Modules
Downloads
- posix-escape-0.1.tar.gz (Cabal source package)
- package description (included in the package)