Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am having a problem. I want to read a file, just like when using cat, but I want to keep waiting for a new line instead of quitting when it reaches the end of the file. Or if anyone has any better idea of how to print out all the content of a logfile to stdout as the new entries in the logfile appear.
Have a look at man tail - it should do what you want. For example, the following will open a log file and leave the output waiting for new lines from the log:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.