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

Tail -f example does not work with mate editor on OSX #2

Closed
sammy007 opened this issue Mar 11, 2015 · 1 comment
Closed

Tail -f example does not work with mate editor on OSX #2

sammy007 opened this issue Mar 11, 2015 · 1 comment
Assignees

Comments

@sammy007
Copy link

ringio logs open &
ringio logs input tail -f text.txt
ringio logs output

echo 1 >> text.txt
Works fine, text printed to console, but if text.txt altered with textmate it does not work and completely breaks output.

@dullgiulio
Copy link
Owner

What do you mean exactly with "completely breaks output"?

It is possible that TextMate writes the file atomically (i.e. replaces the file) and tail doesn't notice this?

Can you paste the complete output? Thanks!

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