Skip to content

Instantly share code, notes, and snippets.

@torgro
Created September 25, 2015 23:56
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 torgro/a701a4f9d2392ef50e1e to your computer and use it in GitHub Desktop.
Save torgro/a701a4f9d2392ef50e1e to your computer and use it in GitHub Desktop.
([System.Linq.Enumerable]::Range([char]"a",26) |
foreach {
[System.Convert]::ToString([char][int]$_)
}) -join ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment