Reorganize a bit
[backups/.git] / scripts / find-cmd.sh
diff --git a/scripts/find-cmd.sh b/scripts/find-cmd.sh
new file mode 100755 (executable)
index 0000000..964dd15
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+{
+  for type in d f l; do
+    find . -type $type -printf "$type %#m %u %g %s %CY%Cm%Cd%CH%CM%CS 0 %p\0"
+  done
+}