Tag: time
Watching the disk space
December 26, 2008
If you want to repeat a command many times, for example you are monitoring something, then don’t forget about the…
Find New Files
May 30, 2008
Search files created or changed within 10 days find /usr/bin -type f -mtime -10
Schedule a Download
April 4, 2008
Start a download at any given time echo ‘wget -c www.example.com/files.iso’ | at 09:00
Commands for Idle Time
January 4, 2008
I run this command when I go for lunch or something – these commands take a while to run. sudo…
Date Command
October 24, 2007
Create the MySQL format date(YYYY-MM-DD) using the date command date +%Y-%m-%d
Find Difference Between 2 Dates in PHP
March 28, 2007
This function will find the difference between two given times. Does PHP already have a native function for that? //The…
Recent Comments