Skip to content

Instantly share code, notes, and snippets.

@munroebot
Created January 8, 2019 17:06
Show Gist options
  • Save munroebot/d84441a6311b483cd556ee10fd92c43e to your computer and use it in GitHub Desktop.
Save munroebot/d84441a6311b483cd556ee10fd92c43e to your computer and use it in GitHub Desktop.
BASH Split / Arrays
IN="bla@some.com;john@home.com"
arr=(${V//-/ })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment