Skip to content

Instantly share code, notes, and snippets.

@phuf
Created April 19, 2024 13:13
Show Gist options
  • Save phuf/8d4ea2c84e13545d32f6f53dad4478bb to your computer and use it in GitHub Desktop.
Save phuf/8d4ea2c84e13545d32f6f53dad4478bb to your computer and use it in GitHub Desktop.
How to display ASCII control characters in caret notation
(0..31) | ForEach-Object { "^$([char](64 + $_)) - $_" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment