Skip to content

Instantly share code, notes, and snippets.

@techthoughts2
Last active April 12, 2022 02:52
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 techthoughts2/d12ffb3a50c390b22b959641cf49a596 to your computer and use it in GitHub Desktop.
Save techthoughts2/d12ffb3a50c390b22b959641cf49a596 to your computer and use it in GitHub Desktop.
# OFS - special variable that contains the string to be used as the output field seperator
$OFS = '...';$array = ('first','last');[string]$array; Remove-Variable OFS
$array = ('first','last');[string]$array;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment