@ColinTheMathmo GNU coreutils tail does that for me. In one window:
for i in $(seq 1000); do echo $i>> output; sleep 1; done
In another:
tail -f output
I get a new line from tail every second.
@ColinTheMathmo GNU coreutils tail does that for me. In one window:
for i in $(seq 1000); do echo $i>> output; sleep 1; done
In another:
tail -f output
I get a new line from tail every second.
Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.
All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.