Created
January 8, 2019 17:06
-
-
Save munroebot/d84441a6311b483cd556ee10fd92c43e to your computer and use it in GitHub Desktop.
BASH Split / Arrays
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
IN="[email protected];[email protected]" | |
arr=(${V//-/ }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment