Cool, awesome! The Interesting Linux command _linux

Source: Internet
Author: User

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:

#rig

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:

$ xeyes

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:

$ cowsay-l

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.