From: Carl N Baldwin Date: Thu, 20 Oct 2005 15:43:27 +0000 (-0600) Subject: Add ruby script to list 'interesting' dvds by date. Also changed order of user and... X-Git-Tag: release-0.4~93 X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=commitdiff_plain;ds=inline;h=772696716f71071ad0d9c6589acdec2e3cb5a796;p=backups%2F.git Add ruby script to list 'interesting' dvds by date. Also changed order of user and group in format. --- diff --git a/find-cmd.sh b/find-cmd.sh index 006531c..964dd15 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 0 %p\0" + find . -type $type -printf "$type %#m %u %g %s %CY%Cm%Cd%CH%CM%CS 0 %p\0" done }