projects
/
backups
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1e1292
)
Add ruby script to list 'interesting' dvds by date. Also changed order of user and...
author
Carl N Baldwin
<cnb@hpsvcnb.fc.hp.com>
Thu, 20 Oct 2005 15:43:27 +0000
(09:43 -0600)
committer
Carl N Baldwin
<cnb@hpsvcnb.fc.hp.com>
Thu, 20 Oct 2005 15:43:27 +0000
(09:43 -0600)
find-cmd.sh
patch
|
blob
|
history
diff --git
a/find-cmd.sh
b/find-cmd.sh
index 006531c96fc4e797be01f3717ee832c5986c60e7..964dd15bfef542c08319903827d626dd78a63c6c 100755
(executable)
--- 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
}