Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tee #131

Closed
mattn opened this issue Aug 21, 2015 · 1 comment
Closed

tee #131

mattn opened this issue Aug 21, 2015 · 1 comment

Comments

@mattn
Copy link
Contributor

mattn commented Aug 21, 2015

I want tee. (not tea)

stdin | tee | sock

or

stdin | tee stdout | sock
@matz
Copy link
Owner

matz commented Aug 22, 2015

Streem does not need tee.

stdin | sock
stdin | stdout

will print input lines to both socket and stdout.

@matz matz closed this as completed Aug 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants