I'm in the process of trying to build (for fun) a tool which will show incoming entries from syslog as well as trigger a popup on a specific text pattern match. My initial problem is how i should create the tail function. Which will open a file and continuously print new lines as they end up in the syslog. Regards Lasse