| Issue 17: | rcquotes: Allow quoting arguments as such: 'fo''o\\ \bar' -> fo'o\\ \bar | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Originally reported by maglione.k, on 2008-12-05 13:38:42: Allows arguments to be quoted as in Plan 9's rc shell. That is, all characters within single quotes, aside from the single quote itself, are passed unmolested. A literal single quote is represented as two consecutive of the same. So, `'fo\o' -> fo\o`, `'fo''o' -> fo'o`, `'foo\' -> foo\`.
,
Oct 31, 2009
Added documentation.
,
Sep 20, 2010
(No comment was entered for this change.)
Status: Fixed
|
|
| ► Sign in to add a comment |
2.2 KB View Download
3.8 KB View Download