From: Carl N Baldwin <cnb@hpsvcnb.fc.hp.com>
Date: Thu, 20 Oct 2005 15:43:27 +0000 (-0600)
Subject: Add ruby script to list 'interesting' dvds by date.  Also changed order of user and... 
X-Git-Tag: release-0.4~93
X-Git-Url: http://git.pippins.net/images/%27%20%20%20%20.%20%24GLOBALS%5B%27phpgw%27%5D-%3Elink%28%27inc/jquery/%7Bdelete%7D?a=commitdiff_plain;h=772696716f71071ad0d9c6589acdec2e3cb5a796;p=backups%2F.git

Add ruby script to list 'interesting' dvds by date.  Also changed order of user and group in format.
---

diff --git a/find-cmd.sh b/find-cmd.sh
index 006531c..964dd15 100755
--- a/find-cmd.sh
+++ b/find-cmd.sh
@@ -2,6 +2,6 @@
 
 {
   for type in d f l; do
-    find . -type $type -printf "$type %#m %g %u %s %CY%Cm%Cd%CH%CM%CS 0 %p\0"
+    find . -type $type -printf "$type %#m %u %g %s %CY%Cm%Cd%CH%CM%CS 0 %p\0"
   done
 }