X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=scripts%2Ffind-cmd.sh;h=964dd15bfef542c08319903827d626dd78a63c6c;hb=64041aeff4045970d61980ebe08a06c647dd336c;hp=d9efb29b2a3ef011b82427ad865e0a909bc74831;hpb=cbfcd06cb32cc5c35bfb8ddb499cb952024068a4;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 }