-
-
Save neilhwatson/28b8acddcfaf2e2becace34be6686bc5 to your computer and use it in GitHub Desktop.
Prevent any interpretation in output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
variables='Do not show' | |
x=' | |
Do not expand \\ type escapes and | |
all $variables | |
' | |
echo "$x" | |
$ ~/src/neil/test/v.sh | |
Do not expand \ type escapes and | |
all $variables | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment