Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the interesting terminal commands?

2025-01-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces "what interesting terminal commands are there". In daily operation, I believe many people have doubts about what interesting terminal commands there are. The editor consulted all kinds of data and sorted out simple and easy-to-use operation methods. I hope it will be helpful to answer the questions of "what interesting terminal commands are there?" Next, please follow the editor to study!

1. Sl

This is not a typographical error, and the command is indeed sl.

$sudo apt-get install sl # Linux $brew install sl # MacOs

If you run it, you will see the train from right to left, and the result looks like this:

2. Fortune

$sudo apt-get install fortune # Linux $brew install fortune # MacOs

Fortune will display quotes, funny predictions, jokes and even poems on the terminal.

3. Cowsay

$sudo apt-get install cowsay # Linux $brew install cowsay # MacOs $cowsay hello

Cowsay will display a cow with the words you typed as parameters.

It is more interesting to combine with fortune through pipelines.

4. Toilet

Toilet can be used to make beautiful ASCII images with your input, in all colors.

5. Oneko

Oneko is my favorite command on this list, and the program will show cats chasing your mouse cursor, as seen in this video. I can't find a version for macOS.

$sudo apt-get install oneko # Linux

6. Xeyes

This is an app with its own x11-app package. And it's not just for fun. If you have a large screen and a small cursor, it is also a useful tool.

$sudo apt-get install x11-apps # Linux $xeyes

7. Cmatrix

Cmatrix displays flying text on the terminal, just like you saw in Matrix! The source code is available on GitHub.

At this point, the study of "what interesting terminal commands" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report