Fun Commands in Linux
Sep 25, 2021
Linux is fun! Huh. OK, so you don’t believe me. Mind me at the end of this article you will have to believe that Linux is actually a fun box. We are using rhel8.
1. sl (Steam Locomotive)
Install :
# dnf install sl
Output :
# sl
2. Cowsay
An ASCII cow in the terminal will say whatever you want.
Install :
# dnf install cowsay
Output :
# cowsay I Love nix
3. fortune
gives you random fortune, sometimes funny in terminal.
Install :
# dnf install fortune
Output :
# fortune
4. pipelining ‘fortune command’ with ‘coway command’
Output:
# fortune | cowsay
There are more fun commands like this in Linux you can explore.
Thanks for reading!!