Interesting fun commands in Linux.

Interesting fun commands in Linux.

In this blog,

we will learn about some of the interesting commands that are available in the linux.

1. sl :- This command will show you something like running a train object in your Linux CLI terminal.

Syntax :- simply type the sl in your linux terminal.

2. telnet:- Telnet is not a command, it is a bidirectional network protocol. No need to install it we can use it by a command and internet.

Syntax :- # telnet towel.blinkenlights.nl

3. rev :- This command takes input from the user, and got a reverse string. It is not a funny command but interesting command.

Syntax :- # rev

4. cowsay :- This is one of the funny commands in Linux.

Syntax:- # cowsay I love to eat grass more

5. fortune:- This command generates some paragraphs randomly.

Syntax:- # fortune

6. figlet:- This command needs text as input and shows this text in an attractive way.

Syntax:-# figlet -f block Vimal sir God in IT Field

7. Cowsay with fortune

Syntax:-# fortune | cowsay I think I am a cow

To view or add a comment, sign in

Insights from the community

Others also viewed

Explore topics