distdin

command module
v0.0.0-...-65cd273 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2016 License: MIT Imports: 12 Imported by: 0

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.

  1. Forks 4 grep commands.
  2. Supplies STDIN for each line to each grep commands.

LICENSE

The MIT License (MIT)

Copyright (c) 2016 FUJIWARA Shunichiro

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL