Hello fellow Monks.
My question to you is the following. How can one open a file to clear it up with perl when another c++ application has it opened for logging?
Essentially I have an application that logs to a file and this file is overwelming my filesystem. i would like to have a perl script to null out the file. I have tried echo > file in bash, and
I am not able to clear it. Is there a way?
Thank you so much in advanced.