https://github.com/doodzik/bash_join
How to join elements of an array in bash? use join
https://github.com/doodzik/bash_join
Last synced: over 1 year ago
JSON representation
How to join elements of an array in bash? use join
- Host: GitHub
- URL: https://github.com/doodzik/bash_join
- Owner: doodzik
- License: gpl-3.0
- Created: 2016-04-28T11:50:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-11T09:16:21.000Z (about 10 years ago)
- Last Synced: 2025-02-03T14:32:29.582Z (over 1 year ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bash_join
## ABOUT
Join is a bash script to join an array with a delimiter
## INSTALLATION
```bash
$ brew tap doodzik/tap https://github.com/doodzik/tap
$ brew instal bash_join
```
## USAGE
```bash
$ join $DELIMITER $ARRAY[@]
```