Pointless Rubenerd post stats

Internet

I realised with all my exported posts in a directory, I can run some pointless stats. For example, these are the number of posts that start with the word “the”:

$ ls the* | wc -l
==>     296

And that have the word “the” in it anywhere:

$ ls *the* | wc -l
==>     791

And K-On:

$ ls *k-on* | wc -l
==>     53

And that have the greatest name in the world in it:

$ ls *saskatchewan* | wc -l
ls: *saskatchewan*: No such file or directory
==>     0

Hmm, clearly I have work to do.

Author bio and support

Me!

Ruben Schade is a technical writer and infrastructure architect in Sydney, Australia who refers to himself in the third person. Hi!

The site is powered by Hugo, FreeBSD, and OpenZFS on OrionVM, everyone’s favourite bespoke cloud infrastructure provider.

If you found this post helpful or entertaining, you can shout me a coffee or send a comment. Thanks ☺️.