Funny Linux Commands
Some of Funny Linux Commands is below
1. Cowsay
For this commmand to be work we need to install package.
sudo apt-get install cowsay cowsay "Hi, How are you"
Also we can use it on this way,
cowsay -f dragon-and-cow Hey who are you cowsay -f ghostbusters hey who are you
Here are some more list we can use in this command,
ubuntu@ubuntu:~$ cowsay -l Cow files in /usr/share/cowsay/cows: apt beavis.zen bong bud-frogs bunny calvin cheese cock cower daemon default dragon dragon-and-cow duck elephant elephant-in-snake eyes flaming-sheep ghostbusters gnu head-in hellokitty kiss kitty koala kosh luke-koala mech-and-cow meow milk moofasa moose mutilated pony pony-smaller ren sheep skeleton snowman sodomized-sheep stegosaurus stimpy suse three-eyes turkey turtle tux unipony unipony-smaller vader vader-koala www
Example :
cowsay -f stegosaurus hey who are you
2. Cowthink
cowthink -f ghostbusters hey who are you
7. rev – Reverse text and files
This command will print reverse of sentence
ubuntu@ubuntu:~$ rev hi how are you uoy era woh ih hope you are doing well llew gniod era uoy epoh
9. factor – factories numbers
Factor command will print lowest common multiple (LCM) factors of the number.
factor 80 80: 2 2 2 2 5
11. text to speech with espeak
This command can speak your entered text using stored sound files and pattern.It is a multi lingual software speech synthesizer.
sudo apt-get install espeak espeak "mohamadsiraj raza how are you"
It will speak the sentence.
You May Also Enjoy Reading This …
Understanding Linux