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