Skip to content

Instantly share code, notes, and snippets.

@trentm
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trentm/fcf7734b5537ef0f259d to your computer and use it in GitHub Desktop.
Save trentm/fcf7734b5537ef0f259d 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