command
module
Version:
v0.0.0-...-65cd273
Opens a new window with list of versions in this module.
Published: Nov 11, 2016
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
distdin
Distribute stdin to multiple sub commands.
Install
go get github.com/fujiwara/distdin
Usage
$ distdin [-n Num of sub commands] [-v] command args ...
Example: Distributed grep
$ distdin -n 4 grep Foo < file
distdin
works as below.
- Forks 4 grep commands.
- Supplies STDIN for each line to each grep commands.
LICENSE
The MIT License (MIT)
Copyright (c) 2016 FUJIWARA Shunichiro
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.