Date: Mon, 26 Mar 2007 22:27:12 -0400
From: Mark Walsh <email@hidden>
Subject: Shell script help - get date of last modified file in
hierarchy
To: applescript Mailing List <email@hidden>
Message-ID: <C22DF940.75A69%email@hidden>
Content-Type: text/plain; charset="US-ASCII"
I'm looking for a simple shell script to get the modification date
of the
last modified file in a folder's complete hierarchy.
I'm trying to write a script to make sure that when a job is
written to our
server, that I can make sure it has the most recent files. I
already have
shell scripts that check the count of files in the hierarchy (as
well as
logging the filepaths) and I would like to add a warning if it does
not find
the same date for the last modified files in each folder.
Any help would be greatly appreciated.