Quote Originally Posted by texnofobix View Post
For more Linux fun.

Code:
tail -f /opt/foldingathome/client*/FAHlog.txt
And so everyone understands the command:
tail means show the last lines of a specific file, standard 10 lines
-f means it has to follow updates of the file

So it basically is a primitive monitor in the console.