We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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!
Sorry, something went wrong.
dullgiulio
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: