bash split variable by delimiter
IFS='|' read -r -a arrayName <<< "$variable"IN="[email protected];[email protected]"
arrIN=(${IN//;/ })
Also in Shell:
- linux zip all folders except one
- gitlab docker runner
- bash find command syntax
- check running process in linux
- cd git bash
- setup mysql ubuntu
- npm install mongoose error npm ERR! code ENOSELF
- git log one line
- checkout file from another branch
- pyglet linux
- how to find a file in linux terminal
- delete github repository git bash
- how to create a user and add it to a group in linux
- how to see all branches in git
- ubuntu create a ssh key
- install docker ubuntu
- how to check error logs in linux
- remove all files with no extention rm
- bash get field from line
- export not working in shell script
- rtl8821ce driver linux
- github graphql query to get your repos
- how to add application to unity launcher
- linux symlink directory example