On a unix box just type in the directory you want to search for changed files:
find . -mtime -1 -print |
August 16, 2007 by Michael
On a unix box just type in the directory you want to search for changed files:
find . -mtime -1 -print |
find . -mtime -1 -print
No comments yet
Post a Comment