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
- Yes yes Linux is funny
This command will run to infinite until you interrupt with "left ctrl+c"
- figlet HELLO
- pi pi 25
- cmatrix cmatrix cmatrix -h
Top comments (0)