DEV Community

AakritiGoyal12458
AakritiGoyal12458

Posted on

Fun Commands In Linux

Fun Commands In Linux

1, sl/LS
2.Fortune
3.rev
4.Factor
factor 34568
5.cowsay
cowsay Hello Friend

fortune | cowsay

'|' is called pipeline instruction and it is used where the output of one command needs to be the input of another command. In the above example, the output of the 'fortune' command acts as an input of the 'cowsay' command.
6.xcowsway
xcowsay I Love Linux
7.cowthink
cowthink Linux is sooo funny

  1. Yes yes Linux is funny

This command will run to infinite until you interrupt with "left ctrl+c"

  1. figlet HELLO
  2. pi pi 25
  3. cmatrix cmatrix cmatrix -h

Top comments (0)