X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;ds=sidebyside;f=find-cmd.sh;fp=find-cmd.sh;h=0000000000000000000000000000000000000000;hb=f5d92011429ec87196013fe7aef0ff4754a8088d;hp=964dd15bfef542c08319903827d626dd78a63c6c;hpb=772696716f71071ad0d9c6589acdec2e3cb5a796;p=backups%2F.git diff --git a/find-cmd.sh b/find-cmd.sh deleted file mode 100755 index 964dd15..0000000 --- a/find-cmd.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -{ - 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" - done -}