General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Anony Mousse
DistroTube
comments
Comments by "Anony Mousse" (@anon_y_mousse) on "Find Your Most Used Terminal Commands (Bash, Fish, Zsh)" video.
I always use spaces around pipe characters so I can just do `awk '{ print $2; }'. I just checked and my top three are `cd`, `lrt` and `exit`. With `lrt` being my shell function to acquire a list of reverse time sorted files and display only the N most recent, where the default N is 10. Of course I also have bare `ls` and my alias of `ll` in that list too which edges out `cd` even if you add in number 18 on the list, the alias `..`. Since it counts aliases, `cls` is in the top 20 as well. I guess I don't use `...` or `....` or `.....` as much as `..`, but those are handy aliases to have for changing down multiple directories. Of course it's been a slow week, so make and gcc didn't even make the top 20, although I did find `...` when I expanded to 50.
3