Following a Stream

January 9th, 2010

Following a stream being written to a file is surprisingly easy.

tail -f <file>

I didn’t know about the -f flag before. It definitely seems useful.

Sorry, comments are closed for this article.