in reply to Re: Golfing a size/date grabber
in thread Golfing a size/date grabber
And that's only a bit shorter (and a bit faster) but still pointless to golf this
perl -lne '@f=localtime((stat)[9]);$t{sprintf'%02d'x3,$f[5]+1900,$f[4]+1,$f[3]}+=-s _;}{print"$_ $t{$_}"for keys%t'BTW: sauoq got ++
|
|---|