Top 9 _Ooops_ Moments
Below are a few incidents that I’m personally aware of which impacted a few different projects. Some are from my personal desktop to production dispatching systems with 20K+ users to some that impacted a space shuttle launch data.
People like Top 10 Lists, but I could think of only 9 near disasters. Perhaps something interesting will happen this week? ;)
Ooops – beep, beep, beep ….
UNIX Foo - Sort by Date Recursively
Ever needed to recursively sort all files by date and time?
find .type f -printf ’%TY%Tm-%Td %TT %p\n’ | sort
Me too.