IDidNotKnow

I Did Not Know: Typst

I recently started working with Typst on a personal project, and it’s been a great experience so far, even though I didn’t know about it before last week. I love it when this happens!

I Did Not Know: xargs -n and -P

Say you need to md5sum 46 files, all ending in “.foo” in a single directory. You might use your standard md5sum *.foo > md5sum.txt command to checksum them all in one process. Get coffee, it’s done, move on.