Found an awk implementation of files-from-date
[backups/.git] / scripts / find-cmd.sh
index d9efb29b2a3ef011b82427ad865e0a909bc74831..964dd15bfef542c08319903827d626dd78a63c6c 100755 (executable)
@@ -2,6 +2,6 @@
 
 {
   for type in d f l; do
-    find . -type $type -printf "$type %#m %u %g %s %CY%Cm%Cd%CH%CM%CS %CS %p\0"
+    find . -type $type -printf "$type %#m %u %g %s %CY%Cm%Cd%CH%CM%CS 0 %p\0"
   done
 }