In bash, calling foo would display any output from that command on the stdout.
foo
Calling foo > output would redirect any output from that
foo > output
Using tail -f output should work.
tail -f output