I need shell script that runs every half an hour on cron and removes the files with extension (*.arc) that are 1 hour ,
old i tried mtime but that has a option only for days old not in terms of hours
it would be helpful if i can get a command or some logic which can run on all types of OS meaning (hp-ux,linux,rhel etc)
edit:(some of the servers in my work environment have OS that dont have mmin option is there a work around)
can anyone please tell how i wud use tmpwatch or temreaper do delete files (*.arc) older than 1 hr
thank you