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=0000000000000000000000000000000000000000;hb=11b38584ce4c12e7a83c1cb206fa87141f74de5c;hp=51a37493c12ae29511e93e15e93beedaf0d4d76e;hpb=5c8c182b0f51eaa5fca5f917ed5cda5f12fb7366;p=backups%2F.git diff --git a/scripts/find-cmd.sh b/scripts/find-cmd.sh deleted file mode 100755 index 51a3749..0000000 --- a/scripts/find-cmd.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -[ $# == 1 ] || exit 1 - -{ - for type in d f l; do - find $1 -type $type -printf "$type %#m %u %g %s %CY%Cm%Cd%CH%CM%CS 0 %p\0" - done -}