Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/flazz/merge

merges input from fds; writes to stdout
https://github.com/flazz/merge

Last synced: 6 days ago
JSON representation

merges input from fds; writes to stdout

Awesome Lists containing this project

README

        

# merge [fd ...]

* takes fds as command line args
* waits for input from specified fds
* outputs sorted

to build: `make`; deps: none

see `test` script for example