Funny Commands in Linux
Sep 25, 2021
The terminal is a very powerful tool, and it’s probably the most interesting part in Unix. Here are some Bash commands that are fun, and some of them are useful as well.
1. Command: sl (Steam Locomotive)
# yum install sl
Output :
2.Command: Cowsay
# yum install cowsay
Output :
3.Command: banner
# yum install banner
Output :
4.Command: cowsay -f ghostbusters
#cowsay -f ghostbusters[message]
Output :
5.Command: yes
# yes [message]
Output :
6.Command: rev (Reverse)
rev [message]
Output :
7.Command: factor
# factor [enter a no.]
Output :
Thanks for Reading…..