argos
argos copied to clipboard
What would be the best way to "stream" data to the script?
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!