An open API service indexing awesome lists of open source software.

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

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[@]
```