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

https://github.com/pkgforge-security/comb

Combine the lines from two files in every combination [Maintainer=@Azathothas]
https://github.com/pkgforge-security/comb

Last synced: 8 months ago
JSON representation

Combine the lines from two files in every combination [Maintainer=@Azathothas]

Awesome Lists containing this project

README

          

### ℹ️ About
This is a fork of [tomnomnom/comb](https://github.com/tomnomnom/hacks/tree/master/comb) with this PR Added: https://github.com/tomnomnom/hacks/pull/41

### 🖳 Installation
Use [soar](https://github.com/pkgforge/soar) & Run:
```bash
soar add 'comb#github.com.pkgforge-security.comb'
```

### 🧰 Usage
```mathematica
❯ comb --help
Combine the lines from two files in every combination

Usage:
comb [OPTIONS]

Options:
-f, --flip Flip mode (order by suffix)
-s, --separator String to place between prefix and suffix
-t, --trim Trim strings
```