Last active
April 12, 2022 02:52
-
-
Save techthoughts2/d12ffb3a50c390b22b959641cf49a596 to your computer and use it in GitHub Desktop.
This file contains 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
# 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