Skip to content

Instantly share code, notes, and snippets.

@shaneis
Created March 21, 2018 22:39
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 shaneis/e828a7caa4f1e870282790e51eb29e39 to your computer and use it in GitHub Desktop.
Save shaneis/e828a7caa4f1e870282790e51eb29e39 to your computer and use it in GitHub Desktop.
Just showing how to use the -join syntax in PowerShell
'This','is','how','we','join','stuff' -join '-'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment