# HG changeset patch # User HIROSE Yuuji # Date 1443172410 -32399 # Node ID 6b19f2d15ac60e39c4dd22e35b8bfc66597216a3 # Parent 9830fe98edb598b2e24d8d80bb4eb64d4079a325 File size info: BB -> B diff -r 9830fe98edb5 -r 6b19f2d15ac6 s4-funcs.sh --- a/s4-funcs.sh Sat Sep 05 21:00:00 2015 +0859 +++ b/s4-funcs.sh Fri Sep 25 18:13:29 2015 +0859 @@ -592,7 +592,7 @@ ## err i=$i - file=$file rowid=`cat $td/$fn.rowid` cp $td/$fn.rowid $file.rowid 2>&3 # for convenience cp $file $file.orig 2>&3 - ls -lh $file | awk '{print $5"B"}' > $file.size + ls -lh $file | awk '{print $5"B"}'|sed 's/BB/B/' > $file.size case $type in *:[Ii]mage*) mogrify -geometry $thumbxy $file ;; ### ここのアイコンを増やしたい