awk version of list-dates works faster
[backups/.git] / scripts / find-cmd.sh
1 #!/bin/sh
2
3 {
4   for type in d f l; do
5     find . -type $type -printf "$type %#m %u %g %s %CY%Cm%Cd%CH%CM%CS 0 %p\0"
6   done
7 }