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

Support 'tail' of a file instead of pipe-only communication #10

Open
jtniehof opened this issue Dec 14, 2010 · 0 comments
Open

Support 'tail' of a file instead of pipe-only communication #10

jtniehof opened this issue Dec 14, 2010 · 0 comments

Comments

@jtniehof
Copy link
Owner

Pipes have the disadvantage of only permitting one reader per writer. The ability to process lines as they are written to a log file ('tail'-type behaviour) would make this a lot nicer.

Even better, support reading from multiple files and/or pipes.

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

1 participant