Activity Log
hackers.town: 2022-04-19 Tue 07:55
Oh I missed my meds yesterday. Well that explains a lot.
hackers.town: 2022-04-19 Tue 21:36
I have no doubt there’s a quicker way to do it, but today’s #Nushell test log folder cleanup fun:
ls ./logs/ | where size == 0b | each { |it| rm $it.name }