Hello,
I've a find command in one of our crontab script. This was build by one of my colleage who no longer works now.
I need to know what the below mention command does:
##########
find . -ctime +60 -exec rm {} \;
##########
1. Is is counting the 60 days older files and removing them...
Hello All,
I've a unix script that runs as a cron job to look for three *.csv files on a particular machine, do a record count in the *.csv files and report it via email.
Currently even if there are no records in the *.csv files, it reports are record count=1. How can i take off this header...
Hello,
I need help writing a unix script and then have it as a cronjob running everyday at 6:00 a.m
There are three .csv files that get generated every day via other job on \disk2\jobs directory:
The files under this directory end with the current date:
A_YYYYMMDD.csv
B_YYYYMMDD.csv...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.