A good start.
[backups/.git] / find-cmd.sh
1 #!/bin/sh
2
3 time find . \
4   \( -type d -o -type f -o -type l \) \
5   -printf "%y %#m %g %u %s %CDT%CT %p\0" > list