| ||||
| ||||
Description | ||||
Defines functions for shell quotation. | ||||
Synopsis | ||||
| ||||
Documentation | ||||
metaCharacters :: String | ||||
Shell meta characters are ! & ; \` \' \" | * ? ~ \< \> ^ ( ) [ ] true $ n r | ||||
quote :: String -> String | ||||
Quotes all shell meta characters and removes non printable ones. | ||||
Produced by Haddock version 2.4.2 |