From 772696716f71071ad0d9c6589acdec2e3cb5a796 Mon Sep 17 00:00:00 2001 From: Carl N Baldwin Date: Thu, 20 Oct 2005 09:43:27 -0600 Subject: [PATCH] Add ruby script to list 'interesting' dvds by date. Also changed order of user and group in format. --- find-cmd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.34.1