All, 
 
was hoping to get some ideas on what to use to get all,  if any files have 
been modified and if so give the file names and dates for these changed 
files?  If any files were modified more than once then I need to output 
the filenames and the date/time as well for that n amount of times.   I was thinking 
of using stat, or -M or -C but I am 
unsure of my logic.
 
LOGIC:
 
set variables for dirs
opendirs as FILEHANDLES or die
while reading directory glob for " *.sq[r,c] "
if files mod time and inode time > 0 and < 24 hours
then print to a log file
closedirs
else
closedirs and exit
I want this to occur for three seperate directories as well.
 
thank you!

Derek B. Smith
OhioHealth IT
UNIX / TSM / EDM Teams
614-566-4145

Reply via email to