Fun Commands In Linux!

Zoro
Sep 26, 2021

Linux has a lot of fun commands. Here are few of them.

  • Oneko will turn our mouse pointer to an actual mouse which will be chased be a cat.

Cmd : oneko

  • Steam Locomotive!
    You might be aware of command ‘ls‘ the list command, which is used frequently to view the contents of a folder but because of miss-typing sometimes you would result in ‘sl‘, and instead of showing “command not found" a train will show up.

Cmd : sl or LS

  • Cowsay / Cowthink
    An ASCII cow in the terminal will show up whatever input we give to it.

Cmd : cowsay (text here)

  • Fortune
    It shows up with a different funny thought everytime.

Cmd : fortune

  • We can also integrate the commands with each other. Like integrating fortune with the cowsay we get to see both the outputs combined.

Thank you!

--

--