posix-escape: Quote arguments to be passed through the Unix shell
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
.
[Skip to Readme]
Downloads
- posix-escape-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1 |
---|---|
Dependencies | base (>=3 && <5) [details] |
License | BSD-3-Clause |
Author | Keegan McAllister <mcallister.keegan@gmail.com> |
Maintainer | Keegan McAllister <mcallister.keegan@gmail.com> |
Category | System |
Source repo | head: git clone git://github.com/kmcallister/posix-escape.git |
Uploaded | by KeeganMcAllister at 2011-10-09T14:52:28Z |
Distributions | NixOS:0.1 |
Reverse Dependencies | 5 direct, 2 indirect [details] |
Downloads | 1736 total (12 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |