Linux funny commands
Today, we will explore some interesting and funny command of Linux.
1.sl command :
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‘, how about getting a little fun in the terminal and not “command not found“
first you have to install it.
#install sl:
#yum install sl
Syntax: sl
2.cowsay command:
An ASCII cow in the terminal will say whatever you want.
#install cowsay:
#yum install cowsay
Suntax: cowsay "Hello world"
3. rev command
4.figlet -f block “fun command”
5.Yes Command:
#t
I hope this article will be useful for you.
Thank you 😊