# HG changeset patch # User HackEso # Date 1573942054 0 # Node ID 157ed35cafd4a4df7a7f1ee4a4a2ff47bc0fb14d # Parent a672b3954bc81d9c571a471f56a4b3b1fe824e34 sled /hackenv/bin/lastwisdoms//s|find .hg|find $HACKENV/.hg|;s|s=\\^\\.hg|s=^.*?.hg| diff -r a672b3954bc8 -r 157ed35cafd4 bin/lastwisdoms --- a/bin/lastwisdoms Sat Nov 16 22:00:35 2019 +0000 +++ b/bin/lastwisdoms Sat Nov 16 22:07:34 2019 +0000 @@ -1,1 +1,1 @@ -find .hg/store/data/wisdom -type f -print0 | xargs -0 /bin/ls -t | perl -pe 'use POSIX;chop;$d=strftime("%F",localtime((stat($_))[9]));s=^.hg/store/data/wisdom/(.*).i$=\1 // =;s=^=/$d/ = if$d ne$p;$p=$d;s=_(.)=uc($1)=eg;s=~([0-9a-f][0-9a-f])=chr hex$1=eg' +find $HACKENV/.hg/store/data/wisdom -type f -print0 | xargs -0 /bin/ls -t | perl -pe 'use POSIX;chop;$d=strftime("%F",localtime((stat($_))[9]));s=^.*?.hg/store/data/wisdom/(.*).i$=\1 // =;s=^=/$d/ = if$d ne$p;$p=$d;s=_(.)=uc($1)=eg;s=~([0-9a-f][0-9a-f])=chr hex$1=eg'