Pointless Rubenerd post stats

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.

Tagged: internet pointless weblog

Who wrote this?

Me!

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

This blog is powered by the excellent FreeBSD and OpenZFS. Also check out BSD Now.

You can buy me a coffee or send a comment if you found this post useful or entertaining. Cheers.