The Dogs
This is a picassa album created a few months ago of our dogs. These pictures include Star, Vixen (R.I.P) and Roxi.
This is a picassa album created a few months ago of our dogs. These pictures include Star, Vixen (R.I.P) and Roxi.
The example below illustrates how to change the time in Unix
date 032610502011
This will set the date to March 26th 2011, 10:50am
The example below illustrates how to change the time in Unix
date +%T -s “15:00:00″
Within your current directory, you can get a count of files or directories by invoking one of the following commands
Get count of all files within directory/subdirectories:
find . -type f | wc -l
Get count of directories within directory/subdirectories
find . -type d | wc -l
Find all files with an xml extension in this directory or subdirectories:
find -iname “*.xml”
Find all files with an xml extension in this directory or subdirectories whose modified time is within the last 3 hours:
find -iname “*.xml” -mmin -180
Find all files with an xml extension in this directory or subdirectories whose modified time is greater than the last 3 hours
find -iname “*.xml” -mmin +180
Find all files with an xml extension in this directory or subdirectories whose modified time is within the last 8 hours and greater than the last 3 hours
find -iname “*.xml” -mmin +180 -mmin -480
Special thanks to KRETO for showing me these hilarious G.I. Joe videos!
Special thanks to KRETO for showing me these hilarious G.I. Joe videos!
This video didn’t technically come from Youtube, but I figured he was such a catch, this video is worth a mention. Interested, ladies? :)
Here is Mr. T. hittin’ you with some values in a rap from back in the day
This crazy minor league coach has a meltdown after he’s ejected.