Monthly Archives: July 2006

Unix Find — Find by Modification Date and Email Listing

#change to working directory cd /Library/WebServer/Documents/mywebsite #find files modified in last 7 days in mywebsite directory # pipe output to text file find . -name “*.html” -mtime -7 > /Users/gare/Outputfilename # Grab some Body Text; Attach the Listing; and Email … Continue reading

Posted in Linux, Other Tech | Leave a comment