1. PV command
Sometimes we see some subtitles on a movie screen that show up at a uniform speed, like someone knocking on the keyboard and showing the same side. The PV command on Linux can achieve this effect.
By default, Linux does not have the PV command and needs to be installed on its own.
First install the command:
# yum Install PV [on RedHat based Systems]
# sudo apt-get install PV [on Debian based Systems]
Now run the following command:
Copy Code code as follows:
$ echo "Tecmint[dot]com is a community of Linux nerds and Geeks" | PV-QL 10
The effect is as follows:
2.toilet command
The toilet command can add text to the output border.
Toilet commands can be installed by Yum or Apt-get.
Run the following command:
Copy Code code as follows:
$ while true; Do echo $ (date | Toilet-f term-f border–tecmint) "; Sleep 1; Done
The effect is as follows:
3.rig command
A rig can randomly produce a record of names, places, etc.
You can install the rig command by Yum or Apt-get.
Run the following command:
The effect is as follows:
4.aview command
What's the effect of displaying a picture in ASCII format on the screen? It's really cool to explode. The Aview command on Linux can achieve this effect.
Aview commands can be installed by Yum or Apt-get.
Run the following command:
Copy Code code as follows:
$ Asciiview Elephant.jpg-driver Curses
The effect is as follows:
5.xeyes command
The Xeyes command is a graphical display program. Run this program, you will see a pair of Meng Meng eyes will always stare at you.
Xeyes commands can be installed by Yum or Apt-get.
Run the following command:
The results of the operation are as follows:
6.cowsay command
The Cowsay command can display some interesting animal shapes at the command line terminal.
Cowsay commands can be installed by Yum or Apt-get.
You can see which shapes the Cowsay command can display by using the following command:
Now execute the following command:
Copy Code code as follows:
$ cowsay-f elephant-in-snake Tecmint is best
The effect is as follows:
is not great, hope to be able to help everyone happy to learn the Linux command.