This must've been done before: I want to keep a log file open in terminal so I can monitor updates to it as they occur. My searches are coming up with everything but this situation... I must be missing some terminology or something key, because people do this all the time inside of other programs (NetBeans, or rails server, for example).
|
feedback
|
|
Another way:
OK, kind of a silly use of | |||||||||||
feedback
|
tail -f myfile.log. That does it nicely. I love linux. – wulftone May 20 '11 at 19:23