X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=scripts%2Ffind-cmd.sh;fp=scripts%2Ffind-cmd.sh;h=d9efb29b2a3ef011b82427ad865e0a909bc74831;hb=cbfcd06cb32cc5c35bfb8ddb499cb952024068a4;hp=964dd15bfef542c08319903827d626dd78a63c6c;hpb=5bb8f6ee3cb685dda402115e11d05ce6cea39dea;p=backups%2F.git diff --git a/scripts/find-cmd.sh b/scripts/find-cmd.sh index 964dd15..d9efb29 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 0 %p\0" + find . -type $type -printf "$type %#m %u %g %s %CY%Cm%Cd%CH%CM%CS %CS %p\0" done }