X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=find-cmd.sh;fp=find-cmd.sh;h=006531c96fc4e797be01f3717ee832c5986c60e7;hb=7ddfd60aef5e67058e1e6cb70debd3da01317825;hp=71972b6d30cd28e690463506ced9ab4e1b0ee79b;hpb=e2cc1e337cc5461d93a94931097ceb34e325c7ac;p=backups%2F.git diff --git a/find-cmd.sh b/find-cmd.sh index 71972b6..006531c 100755 --- a/find-cmd.sh +++ b/find-cmd.sh @@ -2,6 +2,6 @@ { for type in d f l; do - find . -type $type -printf "$type %#m %g %u %s %CY%Cm%Cd%CH%CM%CS %p\0" + find . -type $type -printf "$type %#m %g %u %s %CY%Cm%Cd%CH%CM%CS 0 %p\0" done -} > list +}