-
-
Save phuf/8d4ea2c84e13545d32f6f53dad4478bb to your computer and use it in GitHub Desktop.
How to display ASCII control characters in caret notation
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
(0..31) | ForEach-Object { "^$([char](64 + $_)) - $_" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment