Add ruby script to list 'interesting' dvds by date. Also changed order of user and...
authorCarl N Baldwin <cnb@hpsvcnb.fc.hp.com>
Thu, 20 Oct 2005 15:43:27 +0000 (09:43 -0600)
committerCarl N Baldwin <cnb@hpsvcnb.fc.hp.com>
Thu, 20 Oct 2005 15:43:27 +0000 (09:43 -0600)
find-cmd.sh

index 006531c96fc4e797be01f3717ee832c5986c60e7..964dd15bfef542c08319903827d626dd78a63c6c 100755 (executable)
@@ -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
 }