Is there any way to stream shell output instead of buffering the entire thing?
Say I wanted to run the command:
| tail -f /var/syslog - it won't terminate.
Is there a mechanism to do this via streaming until user cancels, adding the output as it arrives?
Is there any way to stream shell output instead of buffering the entire thing?
Say I wanted to run the command:
| tail -f /var/syslog- it won't terminate.Is there a mechanism to do this via streaming until user cancels, adding the output as it arrives?