You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider I have tail -f /some/device and I want to see its output as it comes (without an interval) because it updates on a sub-second, random interval. I realize there is no way to do this currently but do you have any recommendations on how you would change the code to accomplish this? Is this a feature you'd like to have?
The script could be named:
script.stream.sh
instead of
script.1s.sh
For example.
Thanks!
The text was updated successfully, but these errors were encountered:
More of a feature request:
Consider I have
tail -f /some/device
and I want to see its output as it comes (without an interval) because it updates on a sub-second, random interval. I realize there is no way to do this currently but do you have any recommendations on how you would change the code to accomplish this? Is this a feature you'd like to have?The script could be named:
script.stream.sh
instead of
script.1s.sh
For example.
Thanks!
The text was updated successfully, but these errors were encountered: