X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=scripts%2Ffind-cmd.sh;fp=scripts%2Ffind-cmd.sh;h=964dd15bfef542c08319903827d626dd78a63c6c;hb=bd08bba973b9157a83116c7449fc16c12cc9cbcc;hp=d9efb29b2a3ef011b82427ad865e0a909bc74831;hpb=c0f4bf630c7ae5d647e8884f797823565c62785f;p=backups%2F.git diff --git a/scripts/find-cmd.sh b/scripts/find-cmd.sh index d9efb29..964dd15 100755 --- a/scripts/find-cmd.sh +++ b/scripts/find-cmd.sh @@ -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 }