I need to make this command run every 3 hours:
rm -f /var/spool/mqueue/*
Also... I need to get pine to delete all the email in it every 3 hours as well.
Can anyone tell me how to do this? Ive never messed with cron so if you can be descriptive or point me to the right direction I'd appreceate it.
I know its a weird command to do but its a long story and its my only solution. Thanks!
btw this is a plain ensim p4 box.
rm -f /var/spool/mqueue/*
Also... I need to get pine to delete all the email in it every 3 hours as well.
Can anyone tell me how to do this? Ive never messed with cron so if you can be descriptive or point me to the right direction I'd appreceate it.
I know its a weird command to do but its a long story and its my only solution. Thanks!
btw this is a plain ensim p4 box.

Comment