Hello,
I start fileevents as soon as my tk code is invoked. My widget gets updated based on the fileevents. Most of the files do not exist in the beginning and so I get the following messages on the prompt where I invoked the perl/tk program.
tail 'filename' for reading:no such file or directory.
The widget update works fine. But is there anyway that I can prevent these messages from showing up. Also when information starts streaming into these files, the message below shows up,
tail: 'filename' has appeared; following end of new file
I would like to avoid these kinds of messages while executing my code.
How can I do this.
I start fileevents as soon as my tk code is invoked. My widget gets updated based on the fileevents. Most of the files do not exist in the beginning and so I get the following messages on the prompt where I invoked the perl/tk program.
tail 'filename' for reading:no such file or directory.
The widget update works fine. But is there anyway that I can prevent these messages from showing up. Also when information starts streaming into these files, the message below shows up,
tail: 'filename' has appeared; following end of new file
I would like to avoid these kinds of messages while executing my code.
How can I do this.
Comment