Skip to content

Instantly share code, notes, and snippets.

@qdzlug
Last active August 29, 2015 14:07
Show Gist options
  • Save qdzlug/08a8e769d08b3071e03f to your computer and use it in GitHub Desktop.
Save qdzlug/08a8e769d08b3071e03f to your computer and use it in GitHub Desktop.
$ echo quote what? ; read quoteme ; printf %q "$quoteme" ; echo
quote what?
The horse said "$)#*@(!!%" when he stubbed his hoof.
The\ horse\ said\ \"\$\)#\*@\(\!\!%\"\ when\ he\ stubbed\ his\ hoof.
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment