Search Results

Search: Posts Made By: am97395331
1,585
Posted By am97395331
Cheers davidg that's exactly what I was looking...
Cheers davidg that's exactly what I was looking for.

Nigel.Bishop - I am using crontab to run the script in question.

Thanks again lads.
1,585
Posted By am97395331
Time and strings
I'm using the following code (it's meant to run from 8am - 8pm) -

=============================================

cur_mon=`date +"%m"`
cur_date=`date +"%d"`
cur_hour=`date +"%H"`
cur_min=`date...
5,644
Posted By am97395331
So I could "touch" a temp file using the...
So I could "touch" a temp file using the manipulated time and then compare the files in question to this temp file using the newer option?
5,644
Posted By am97395331
Checking modified time of files
My problem is with the find command. After looking through the forum I've got -

find . -mtime 2 -name "*"

which gives me a list of all the files modified in the last 2 days.

How do I change...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 10:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy