Hi i have hp-ux and i need delete a specific file every day. then I need to do a shell script or something else with a simple command for example
# rm <filename>
But i need add this script to init, or convert this script in daemon TO GRANT that every day at 20:00, this script run and delete the file.
I guess that the above is the procedure, but I can be wrong. Can you please guide me in this situation. Thanks a lot.