On Friday, January 11, 2013 10:39:19 PM Dan Douglas wrote:
> On Saturday, January 12, 2013 02:35:34 AM John Kearney wrote:
> BTW, your wrappers won't work. A wrapper would need to implement format 

Hrmf I should have clarified that I only meant A complete printf wrapper would 
be difficult. A single-purpose workaround is perfectly fine. e.g.
printq() { ${1+printf %q "$@"}; }; ... which is probably something like what 
you meant. Sorry for the rant.

-- 
Dan Douglas

Reply via email to