Regular commit
[backups/.git] / find-cmd.sh
index 71972b6d30cd28e690463506ced9ab4e1b0ee79b..006531c96fc4e797be01f3717ee832c5986c60e7 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 %p\0"
+    find . -type $type -printf "$type %#m %g %u %s %CY%Cm%Cd%CH%CM%CS %p\0"
   done
-} > list
+}