view bin/lastwisdoms @ 11956:1f965298f0fe draft

<wib_jonas> ` set -e; cd share/mtg; tr -d \\\\\\\\r <MagicCompRules_20191004.txt > rules.txt
author HackEso <hackeso@esolangs.org>
date Tue, 01 Oct 2019 08:31:53 +0000
parents c989a1669243
children 157ed35cafd4
line wrap: on
line source

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'