Add ruby script to list 'interesting' dvds by date. Also changed order of user and...
[backups/.git] / 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
 }