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

How to use Linux command to realize global search

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

Share

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

This article shows you how to use the Linux command to achieve global search, the content is concise and easy to understand, can definitely brighten your eyes, through the detailed introduction of this article, I hope you can get something.

In Linux, everything is a file, which makes file management particularly important. When the file cannot be found, you can use the global search command.

The first kind:

Find /-name "* .log" | xargs grep "vl" /: means to search from /.

It means a line that contains "vl".

Case insensitive

The second kind:

Find-iname "* SaleContractFromDc*" (recommended) the third type:

Find. -name "SaleContractFromDC.jsp" linux looks for files containing keywords in a directory

Grep-r "test" maintains a good habit, and it is a good choice to store files regularly.

The above content is how to use the Linux command to achieve global search, have you learned the knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.

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