Collecting my attempts to improve at tech, art, and life

2022-04-19

Tags: hackers-town

Does any of this enlighten, entertain, or otherwise please you? Please consider a Tip. Every little bit helps!

I last updated this page

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 }