Search
Recent Comments
- letterj on supybot documentation – capabilities
- gare on centos set dns
- Tyron on centos set dns
- hattan on Printer sharing Ubuntu 8.10 – Linux to Linux
- gare on Unix 101 / Unzipping Files
Tags
-
Articles
- ubuntu vnc slow fix
- centos set dns
- html to pdf including the css
- firefly media server
- free computers
- legal torrents
- talking weather alarm clock
- TED Talk – Larry Lessig on laws that choke creativity
- free culture movement
- ubuntu share music library
- Google Buzz to Twitter
- how to Root a Windows 7 box
- 20 year anniversary of Linux
- Microsoft has lost the war to Linux
- Japan’s earthquake didn’t even slow BitTorrent use
- Ubuntu 11.04 beta released
- linux netbook
- apt-get hold version
- bulk search and replace with sed
- Ubuntu on PowerPC Mac Mini
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